Guest User

Untitled

a guest
Dec 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. console.log(start);
  2. const parsed = start.format('YYYY-MM-DD HH:mm:ss')
  3. console.log(parsed);
  4.  
  5. start: Moment
  6. _ambigTime: true
  7. _ambigZone: true
  8. _d: Tue Dec 11 2018 20:00:00 GMT-0500 (Eastern Standard Time) {}
  9. _fullCalendar: true
  10. _i: Wed Dec 12 2018 07:00:00 GMT-0500 (Eastern Standard Time) {}
  11. _isAMomentObject: true
  12. _isUTC: true
  13. _isValid: true
  14. _locale: e {_weekdaysShort: Array(7), _fullCalendar_weekCalc: "local"}
  15. _offset: 0
  16. _pf: {empty: false, unusedTokens: Array(0), unusedInput: Array(0), overflow: -2, charsLeftOver: 0, …}
  17.  
  18. "2018-12-12 00:00:00"
Add Comment
Please, Sign In to add comment