Skip to content

Commit ae43649

Browse files
docs: remove redundant blank lines in Event-Time documentation
1 parent a073ccb commit ae43649

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/Event-Time.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ You can define how to show the event time. `timeFormat`, `dateFormat` and `dateT
99
> For all available formatters, read [the momentjs formatting documentation](https://momentjs.com/docs/#/displaying/format/)
1010
1111
- **timeFormat**
12-
1312
- This format will be used for oneday event which doesn't need date information by default.
1413
- e.g) `timeFormat:"HH:mm",` will be displayed as `13:05`. Or `timeFormat:"h:mm A",` will be displayed as `1:05 PM`.
1514

1615
- **dateFormat**
1716
- This format will be used for fullday event which doesn't need time information by default.
1817
- e.g) `dateFormat:"ddd MM/DD",` will be displayed as `Mon 12/17` in `en-US` locale.
1918
- **dateTimeFormat**
20-
2119
- This format will be used for all other event.
2220
- e.g) `dateTimeFormat:"HH:mm M/D",` will be displayed as `01:23 1/3`.
2321

0 commit comments

Comments
 (0)