std.datetime: easy way to parse 24/Jun/2020?

Stanislav Blinov stanislav.blinov at gmail.com
Mon Jun 29 00:54:36 UTC 2020


On Monday, 29 June 2020 at 00:42:17 UTC, Andrei Alexandrescu 
wrote:
> The day and year obviously are easy, is there a way to easily 
> parse the month from English into number? Thanks!

There's [1] if you're willing to transform the input.

[1] 
https://dlang.org/library/std/datetime/date/date.from_simple_string.html


More information about the Digitalmars-d mailing list