I\'m having trouble formatting a date correctly in Moment.js. I\'m using the format function with format \"LLL D, YYYY\" so it should return something like \"Sep 15, 2016\".
This should work...
formatted = moment(picker.date).format('MMM D, YYYY')
Ref: http://momentjs.com/docs/#/parsing/string-format/