J
Jon Sequeira
I'm looking for a clean way of parsing a date format such as these (both
examples show today's date):
20030922
20030918T10:34:44
Date.Parse won't swallow these. I'm unfamiliar with the IFormatProvider
interface-- can I use this to quickly parse a date if I know what the format
will be?
Any insights appreciated.
Thanks.
Jon
examples show today's date):
20030922
20030918T10:34:44
Date.Parse won't swallow these. I'm unfamiliar with the IFormatProvider
interface-- can I use this to quickly parse a date if I know what the format
will be?
Any insights appreciated.
Thanks.
Jon