std.dateparse reincarnation

Jonathan M Davis jmdavisProg at gmx.com
Thu Oct 13 12:13:40 PDT 2011


On Thursday, October 13, 2011 22:09:39 Vladimir Panteleev wrote:
> Time formatting and parsing seems like a gap of missing functionality in
> Phobos 2.

It formats and parses specific, official formats just fine, but it doesn't 
currently support user-defined formats. It's on my TODO list. Eventually, there 
will be something along the lines of toCustomString and fromCustomString on 
Date, TimeOfDay, DateTime, and SysTime, where they take a format string 
defining the custom format.

- Jonathan M Davis


More information about the Digitalmars-d-announce mailing list