A
Adam
Hi,
What is the easiest way to create a DateTime object from
a string of the format:
1998-06-22T13:00
(i.e. 22nd June 1998, 1pm)
I've tried splitting the string up, but this seems rather
complicated. Is there a simpler way to do this?
Regards,
Adam.
What is the easiest way to create a DateTime object from
a string of the format:
1998-06-22T13:00
(i.e. 22nd June 1998, 1pm)
I've tried splitting the string up, but this seems rather
complicated. Is there a simpler way to do this?
Regards,
Adam.