OSDN Git Service

Regular updates
[twpd/master.git] / datetime.md
1 ---
2 title: Date & time formats
3 layout: 2017/sheet
4 weight: -5
5 updated: 2017-11-27
6 tags: [Featurable]
7 ---
8
9 ## Common time formats
10 {: .-one-column}
11
12 - [UNIX strftime](./strftime) - Used by Ruby, `date`, and more
13 - [Moment.js](./moment#formatting) - Used by Moment.js, date-fns, and more
14
15 {% include common/strftime_format.md title="strftime format" %}
16
17 {% include common/moment_format.md title="Moment.js format" %}