From Jason Turner

[time.cal.operators]

Diff to HTML by rtfpessoa

tmp/tmp0kdo0mxx/{from.md → to.md} RENAMED
@@ -11,12 +11,11 @@ The year, month, and day are accepted in any of the following 3 orders:
11
  year/month/day
12
  month/day/year
13
  day/month/year
14
  ```
15
 
16
- Anywhere a `day` is required, any of the following can also be
17
- specified:
18
 
19
  ``` cpp
20
  last
21
  weekday[i]
22
  weekday[last]
 
11
  year/month/day
12
  month/day/year
13
  day/month/year
14
  ```
15
 
16
+ Anywhere a `day` is needed, any of the following can also be specified:
 
17
 
18
  ``` cpp
19
  last
20
  weekday[i]
21
  weekday[last]