ddate
ddate copied to clipboard
Added cardinal and normal number options for seasons.
Should we add zero-padding option? (%z), so this: "%d/%u/%Y" produces: 25/04/3180 (for today's date).
Yes, zero padding would be really good idea. Mimicking the functionality of date would probably be the best idea.
Numbers instead of words for seasons! How ingenious. Please fix the format specifier to match the sign of the type and add zero padding if you like.
Aha, this is exactly what I was doing just now.
I disagree that we need to zero pad anything that can't exceed nine though. That's the only reason that ISO does it, no?