Bearophile:
If not already present this array should go in std.datetime or core.time:

    static immutable string[] monthNames = [
        "January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December"
    ];

It should probably be picked up from the OS, to support localization.

Reply via email to