I have a date of the following format in a file (YYYY-MM-DD HH:MM:SS.millisecs):
1987-04-03 19:17:12.000
When I use DateTime to parse this string, it gets only the date part and does not get the time part. Can someone please tell me how to parse this into the DateTime object?