DateTime Problems [resolved]

atmosphere

Member
Joined
Jun 14, 2005
Messages
8
Programming Experience
5-10
Hey

I have the following string

strDate = "06/08/2005 12:10:09:672 PM"

(note that milliseconds are included)

I want to parse this string into a Date or DateTime but Date.Parse doesnt work. Any suggestions
 
Last edited:
Alright, thats one problem resolved.... but what if i want to get the date as a string in the same format? Is there a similar method to ParseExact that will convert to a string using a specified format?
 
Back
Top