Skip to content

Commit 7ae9555

Browse files
committed
More than simply grammar now
1 parent 2c5fd3e commit 7ae9555

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/date/date-formatter.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ For comparison, follow the same formatter using different locales.
107107
| *pt* | `"01/11/10 17:55"` |
108108
| *ar* | `"١‏/١١‏/٢٠١٠ ٥،٥٥ م"` |
109109

110-
Use presents for convenience. There are three different presents: `date`,
111-
`time`, or `datetime`. Their possible values are: `full`, `long`, `medium`, or
112-
`short`.
110+
Use convenient presets for `date`, `time`, or `datetime`. Their possible values
111+
are: `full`, `long`, `medium`, or `short`.
113112

114113
| `presetValue` | `Globalize( "en" ).dateFormatter( presetValue )( new Date( 2010, 10, 1, 17, 55 ) )` |
115114
| --- | --- |

0 commit comments

Comments
 (0)