Skip to content

Tag: momentjs

Moment JS format() not displaying correct time [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago. Improve this question This result is wrong: -> Fri, 07.08.2020 00:00:00 These return the correct values -> 9 -> 2020-08-07T09:10:48+02:00 Apparently the date […]