strftime.org icon indicating copy to clipboard operation
strftime.org copied to clipboard

Use single digit day of month for the sake of %d and %-d examples?

Open mhavard999 opened this issue 8 years ago • 1 comments

image

It's easy enough to figure out what each does, but it looks kind of silly.

Edit: Great reference though! I bookmarked it and I use it all the time

mhavard999 avatar Jun 14 '16 19:06 mhavard999

A solution for this might be making the example date the same as Golang's date time formatting, which allows you to specify the date format in the form of an actual date. Might be useful here as it's a date that has no conflicts no matter how it is displayed.

Mon Jan 2 15:04:05 MST 2006

danbovey avatar Nov 28 '17 14:11 danbovey