The Wayback Machine - http://web.archive.org/web/20200714055550/https://github.com/topics/moment
Skip to content
#

moment

Here are 331 public repositories matching this topic...

tasasei
tasasei commented Dec 27, 2019

Describe the bug
In IE, when the dayjs object is generated by Date object, the formatted string of milli seconds show '000' always.
Please see this JSFiddle.
(https://jsfiddle.net/7jrdo1bz/)

It seems be correct behavior when dayjs object is generated by unix milliseconds.
(like: dayjs(1575441029123))

Expected behavior
Show correct milli seconds.

Information

  • Day.js Ver
kibertoad
kibertoad commented Sep 6, 2016

Current documentation makes it extremely unclear that while you do inject "angularMoment" into your module, you do not inject it where you intend to use it (e. g. service or controller), you inject "moment" instead.

The only place where I found that mentioned was urish/angular-moment#236 , while it should definitely be mentioned loud and clear in the main documentation i

doggy8088
doggy8088 commented Jan 25, 2020

Description of the Issue and Steps to Reproduce:

Did you search for duplicate issue? Yes

Please describe the issue and steps to reproduce, preferably with a code sample / plunker:

Would you like to add ng-add schematics into this repo?

*Ensure your issue is isolated to ngx-moment. Issues involving third party tools will be closed unless submitted by the tool's author/main

Improve this page

Add a description, image, and links to the moment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the moment topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.