std.dateparse reincarnation

Stewart Gordon smjg_1998 at yahoo.com
Tue Oct 25 12:17:35 PDT 2011


On 13/10/2011 20:09, Vladimir Panteleev wrote:
<snip>
> I've written something to format and parse SysTimes using format strings based on the
> format PHP uses for its date() function:
> https://github.com/CyberShadow/ae/blob/master/utils/time.d
>
> Feel free to use this file as public domain.

My library includes a date/time formatting facility that's much better than PHP's.

http://pr.stewartsplace.org.uk/d/sutil/

Spec of the format string scheme:
http://pr.stewartsplace.org.uk/d/sutil/datetime_format.html

Walter - when the time comes to implement custom date/time formatting, will you consider 
using my scheme?

Stewart.


More information about the Digitalmars-d-announce mailing list