moment
Here are 375 public repositories matching this topic...
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
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
-
Updated
Nov 16, 2019 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
add new Date format
I was looking for the format YYYY/MM/DD in the formats object but I didn't find any, isn't this a common format?
in Hijri it would be iYYYY/iMM/iDD
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 1, 2020 - TypeScript
-
Updated
Jul 30, 2020 - 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
Sep 4, 2020 - JavaScript
-
Updated
Dec 17, 2018 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 27, 2018 - JavaScript
-
Updated
Sep 10, 2020 - Vue
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
dayjs does not have function types in Typescript.
Expected behavior
With localeData plugin included, dayjs should have the declaration of functions below.
dayjs.weekdays()
dayjs.weekdaysShort()
dayjs.weekdaysMin()
dayjs.monthsShort()
dayjs.months()
Information