Skip to content

Instantly share code, notes, and snippets.

View blackdrago's full-sized avatar

Kylie McCormick blackdrago

  • Raleigh, NC, USA
View GitHub Profile
@blackdrago
blackdrago / DateFormat.js
Last active June 3, 2021 01:19 — forked from eralston/DateFormat.js
Date Format 1.2.3 by Steven Levithan <stevenlevithan.com> - A date formatting library for JavaScript
/*
* Date Format 1.2.3
* (c) 2007-2009 Steven Levithan <stevenlevithan.com>
* MIT license
*
* Includes enhancements by Scott Trenda <scott.trenda.net>
* and Kris Kowal <cixar.com/~kris.kowal/>
*
* Accepts a date, a mask, or a date and a mask.
* Returns a formatted version of the given date.