Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mhavard999 opened this issue Jun 14, 2016 · 1 comment
Open

Comments

@mhavard999
Copy link

mhavard999 commented Jun 14, 2016

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

@danbovey
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants