Skip to content

Instantly share code, notes, and snippets.

View dottwatson's full-sized avatar

Mirko Temperini dottwatson

View GitHub Profile
(function (m) {
/*
* PHP => moment.js
* Will take a php date format and convert it into a JS format for moment
* http://www.php.net/manual/en/function.date.php
* http://momentjs.com/docs/#/displaying/format/
*/
var formatMap = {
d: 'DD',
D: 'ddd',