Folks,
I am trying to understand the MomentJS API. What is the appropriate way to get the current time on the machine?
var CurrentDate = moment();
vs
var CurrentDate = moment().format();
Trying to parse their docs, and its not apparent what to use.
http://momentjs.com/docs/#/query/is-a-moment/