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
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
-
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?
An auto-updating timeago component for React Native using moment.js
-
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
Xiao is a Discord bot coded in JavaScript with discord.js using the Commando command framework. With over 500 commands, she is one of the most feature-rich bots out there. Formerly XiaoBot.
-
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.
A moment.js plugin to display human-readable date/time ranges
-
Updated
Apr 17, 2018 - JavaScript
Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications
-
Updated
May 20, 2020 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.
-
Updated
Dec 17, 2018 - JavaScript
Utilities for work days in Moment. (Western workweeks only.)
-
Updated
May 18, 2019 - JavaScript
React component for datetime picker by Moment.js
-
Updated
Sep 4, 2019 - JavaScript
HyperTrack Placeline web application sample using NextJS, Ant-Design, Styled-Components, and Heroku
-
Updated
Mar 31, 2020 - JavaScript
vue开发的管理平台,中台及后台解决方案,vue-admin 管理平台,ant-design-vue-pro 管理平台
-
Updated
Sep 27, 2018 - JavaScript
BuckleScript bindings for Moment.js
-
Updated
Jun 12, 2020 - Reason
Application built on top of Framework7 and VueJS, use: demo/demo
-
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