-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Update Display Format table #4418
Conversation
nagix
commented
Jun 24, 2017
- Up to date with the latest code
- Added Example column
- Up to date with the latest code - Added Example column
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nagix looks good, thanks :) in case you have more documentation fixes, can you pack all of them in the same PR?
year | 'YYYY' | ||
Name | Default | Example | ||
--- | --- | --- | ||
millisecond | 'h:mm:ss.SSS a' | 11:20:01.123 AM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch for millisecond
:)
If this is a function, it must return a moment.js object given the appropriate data value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the change on this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess my editor may have inserted a newline at the end of file. I think this is a good practice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, I didn't notice it was the EOF.
@simonbrunel Thanks for the review. I have no more fixes for now, but I will pack if I make further fixes. |