cheatsheets/datetime.md

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" %}