konstantinbueschel
10/21/2016 - 9:01 AM

Escaping chars in MomentJS's format() - From http://stackoverflow.com/questions/28241002/moment-js-include-text-in-middle-of-date-format Ori

// escape it with square brackets 
moment().format('MMM. D, YYYY [at] h:mm A z');
// produces:    "Jan. 30, 2015 at 2:46 PM "