Takes a javascript Date object and turns it into a string in the supplied format. If you use dateToLocalFormat, the output will be in your local timezone, if you use dateToUtcFormat the output will be ...
This module provides functionality to format JavaScript Date objects into strings and parse date strings back into Date objects. The format can be customized with tokens, and the module supports ...