Skip to content

Commit

Permalink
fixup! Date: Dynamically augment skeleton (3/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Mar 16, 2017
1 parent bb1f30d commit 19c7821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/date/date-formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ For comparison, follow the same formatter `{ datetime: "short" }` on different l
| *pt* | `"01/11/10 17:55"` |
| *ar* | `"١‏/١١‏/٢٠١٠ ٥،٥٥ م"` |

Use skeletons for more flexibility (see its description [above](#parameters)).
Use open-ended skeletons for more flexibility (see its description [above](#parameters)). See some examples below.

| `skeleton` | `Globalize( "en" ).dateFormatter( skeleton )( new Date( 2010, 10, 1, 17, 55 ) )` |
| --- | --- |
Expand Down

0 comments on commit 19c7821

Please sign in to comment.