ad fecha moment js code example
Example 1: moment now format
var date = moment().format('MM/DD/YYYY');
Example 2: momentjs utcoffset
moment().utcOffset() // will output 60 (for example)
var date = moment().format('MM/DD/YYYY');
moment().utcOffset() // will output 60 (for example)