moment
Here are 331 public repositories matching this topic...
Describe the bug
There is no direct documentation about the customInput value and onChange be overwritten by the DatePicker
To Reproduce
https://codesandbox.io/s/nervous-rhodes-2krxc
In the example site and documentation there is no mention to this
Expected behavior
I don't know if this is an expected behavior or a bug, if is expected, add to docs and examples
**Scr
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
feature pretty print
It would be nice if we could pretty print a range. For instance :
"on April 1st between 10:45 and 11:45"
"between April 1st and April 3rd"
"between April 1st at 9:00 and April 3rd at 18:00"
"on April 1st at 10:45 for 1 hour"
Not sure what the API would be though.
I18N examples
中文文件需要
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
-
Updated
May 11, 2020 - PHP
1999 is disabled despite the date range:
Prev page, 1999 is enabled but 1989 is disabled. It seems every first and last year is disabled without any reason:
It wasn't immediately clear to me that twix should be imported only for its side effects on moment using import "twix" instead of import * from "twix"
Maybe worth adding to the detailed documentation?
-
Updated
Apr 5, 2020 - JavaScript
Since codesandbox complains about stylus and globs in it, it is hard for me to set up a codesandbox instance with vuetify and examples.
Try to find other workaround and include embedded examples in the gitbook documentation
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Apr 22, 2020 - TypeScript
-
Updated
Aug 3, 2019 - JavaScript
Hi!
Getting the number of days in the month doesn't work.
Method iDaysInMonth() returns value 'NaN'.
Workaround:
Method endOf('iMonth').iDate() return value correctly.
-
Updated
Apr 17, 2018 - JavaScript
-
Updated
May 20, 2020 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 17, 2018 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
Sep 27, 2018 - JavaScript
-
Updated
Jun 12, 2020 - Reason
-
Updated
Mar 31, 2016 - JavaScript
Improve this page
Add a description, image, and links to the moment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the moment topic, visit your repo's landing page and select "manage topics."


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