mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 22:57:33 +02:00
413 B
413 B
title | layout | weight | updated | tags | |
---|---|---|---|---|---|
Date & time formats | 2017/sheet | -5 | 2017-11-27 |
|
Common time formats
{: .-one-column}
- UNIX strftime - Used by Ruby,
date
, and more - Moment.js - 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" %}