J
John Dann
I have some dates in a file that I need to read as strings in the
format eg '8.Aug.06' and then convert to a .Net date type. The date is
also available as day of the year, ie an integer.
Does VB.Net 2.0 have any direct method to turn a month abbreviated as
mmm into its numeric equivalent or alternatively a method using DOY?
There are obviously methods for the reverse process given a .Net date,
but I can't spot anything direct from which to build a date value.
JGD
format eg '8.Aug.06' and then convert to a .Net date type. The date is
also available as day of the year, ie an integer.
Does VB.Net 2.0 have any direct method to turn a month abbreviated as
mmm into its numeric equivalent or alternatively a method using DOY?
There are obviously methods for the reverse process given a .Net date,
but I can't spot anything direct from which to build a date value.
JGD