@@ -81,8 +81,8 @@ Functions for formatting [date/time values](#operands) in the default registry a
8181- ` :time `
8282
8383If no options are specified, each of the functions defaults to the following:
84- - ` {$d :datetime} ` is the same as ` {$d :datetime dateStyle=short timeStyle=short} `
85- - ` {$d :date} ` is the same as ` {$d :date style=short } `
84+ - ` {$d :datetime} ` is the same as ` {$d :datetime dateStyle=medium timeStyle=short} `
85+ - ` {$d :date} ` is the same as ` {$d :date style=medium } `
8686- ` {$t :time} ` is the same as ` {$t :time style=short} `
8787
8888> [ !NOTE]
@@ -166,8 +166,8 @@ The function `:date` has these function-specific _style_ options:
166166- `style`
167167 - `full`
168168 - `long`
169- - `medium`
170- - `short` (default)
169+ - `medium` (default)
170+ - `short`
171171
172172The function `:time` has these function-specific _style_ options:
173173- `style`
@@ -300,7 +300,7 @@ How to write an MF1 format or selector in MF2:
300300| Plural (selector) | `{num,plural, ...}` | `.match {$num :plural}`<br/>`.match {$num :number}` | |
301301| Ordinal (selector) | `{num,selectordinal, ...}` | `.match {$num :ordinal}`<br/>`.match {$num :number select=ordinal}` | |
302302| Ordinal (format) | `{num,ordinal}` | | missing |
303- | Date | `{date,date}` | `{$date :date}`<br/>`{$date :datetime}` | short date is default |
303+ | Date | `{date,date}` | `{$date :date}`<br/>`{$date :datetime}` | medium date is default |
304304| Date | `{date,date,short}` | `{$date :date style=short}`<br/>`{$date :datetime dateStyle=short}` | also medium,long,full |
305305| Time | `{date,time}` | `{$date :time}`<br/>`{$date :datetime timeStyle=short}` | shorthand or timeStyle required |
306306| Date | `{date,time,short}` | `{$date :time style=short}`<br/>`{$date :datetime timeStyle=short}` | also medium,long,full |
0 commit comments