mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-01-11 15:48:18 -05:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
394 B
394 B
title, weight, updated, tags
| title | weight | updated | tags | |
|---|---|---|---|---|
| Date & time formats | -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" %}