-
Notifications
You must be signed in to change notification settings - Fork 602
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
Docs: Add examples for dateFormatter with date and time formats #273
Comments
Very well observed. We should add examples using skeletons, date, and time. |
|
From #338:
|
@jzaefferer sir @rxaviers sir, I would like to take this issue up. Please guide me. I feel one example each would be suffice. Any particular date and time to follow? Also should I follow the same pattern for documentation as for |
@jzaefferer this seems already implemented. What do you think of our current doc at https://github.com/jquery/globalize/blob/master/doc/api/date/date-formatter.md? |
Should we add a similar table to the presetValues one demonstrating several skeletons? |
Yes @rxaviers sir. I thought there was a need of giving code sample for each of Treating myself as a new user of library for the first time and want to use skeletons, I do feel there is need of more information for |
Adding a similar table with examples for skeletons sounds good. Should mention the limited timezone support (see comment above or #202). |
So, let's go for it. @manrajgrover feel free to ping me on IRC needing any help. |
There's really just one example for
formatDate
, which usesdatetime
. Would be good to have more examples.Maybe also provide links or more docs to what the various formats actually mean, e.g. what does a medium time format look like. Currently there are no details nor references for that.
EDIT: https://github.com/jquery/globalize/blob/master/doc/api/date/format.md#example
The text was updated successfully, but these errors were encountered: