Files
cheatsheets/datetime.md
Rico Sta. Cruz 511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

17 lines
394 B
Markdown

---
title: Date & time formats
weight: -5
updated: 2017-11-27
tags: [Featurable]
---
## Common time formats
{: .-one-column}
- [UNIX strftime](./strftime) - Used by Ruby, `date`, and more
- [Moment.js](./moment#formatting) - Used by Moment.js, date-fns, and more
{% include common/strftime_format.md title="strftime format" %}
{% include common/moment_format.md title="Moment.js format" %}