Skip to content

Commit

Permalink
Docs: Include examples for date and time in the same skeleton
Browse files Browse the repository at this point in the history
Ref #272
Closes #433
  • Loading branch information
manrajgrover authored and rxaviers committed Jan 17, 2016
1 parent 29fe3ac commit 34f5793
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/date/date-formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ Use skeletons for more flexibility (see its description [above](#parameters)).
| `{ skeleton: "yMd" }` | `"11/30/2010"` |
| `{ skeleton: "yQQQ" }` | `"Q4 2010"` |
| `{ skeleton: "yQQQQ" }` | `"4th quarter 2010"` |
| `{ skeleton: "GyMMMEdhms" }` | `"Tue, Nov 30, 2010 AD, 5:55:00 PM"` |
| `{ skeleton: "Ehms" }` | `"Tue 5:55:00 PM"` |
| `{ skeleton: "yQQQHm" }` | `"Q4 2010, 17:55"` |
| `{ skeleton: "MMMEdhm" }` | `"Tue, Nov 30, 5:55 PM"` |
| `{ skeleton: "yMMMdhm" }` | `"Nov 30, 2010, 5:55 PM"` |


```javascript
var globalize = Globalize( "en" ),
Expand Down

0 comments on commit 34f5793

Please sign in to comment.