lodash date formatting code example
Example: loadash date format
_.defer(function(stamp) { console.log(_.now() - stamp);}, _.now());// => Logs the number of milliseconds it took for the deferred invocation.
_.defer(function(stamp) { console.log(_.now() - stamp);}, _.now());// => Logs the number of milliseconds it took for the deferred invocation.