Skip to content

Instantly share code, notes, and snippets.

View JohanFredrikVaren's full-sized avatar

Johan Fredrik Varen JohanFredrikVaren

View GitHub Profile
@NTICompass
NTICompass / moment.phpDateFormat.js
Last active May 25, 2018 02:15
Use PHP's date() formats in moment.js
(function(m){
/*
* PHP => moment.js
*
* http://www.php.net/manual/en/function.date.php
* http://momentjs.com/docs/#/displaying/format/
*/
var formatMap = {
d: 'DD',
D: 'ddd',