Re: Parse Time using std.date

2011-01-12 Thread Jonathan M Davis
On Wednesday, January 12, 2011 07:29:39 Mandeep Singh Brar wrote: > Hi, > > Is there a way to parse a Time string like 15:45 to a Date structure. > Parse method in std.date returns it as invalid. As a hack it works by > prepending it with something like 1-1-1970. But is there a cleaner > way to it

Re: Parse Time using std.date

2011-01-12 Thread Jesse Phillips
Mandeep Singh Brar Wrote: > Hi, > > Is there a way to parse a Time string like 15:45 to a Date structure. > Parse method in std.date returns it as invalid. As a hack it works by > prepending it with something like 1-1-1970. But is there a cleaner > way to it. > > Thanks > Mandeep No. Though std