moment
Here are 474 public repositories matching this topic...
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Feb 25, 2021 - 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
Jun 2, 2021 - PHP
-
Updated
Nov 16, 2019 - TypeScript
isSameMonth method returns true even if two dates aren't in the same Hijri month
const date1 = hijri.date("10/06/2020");
const date2 = hijri.addHours(date1, 13 * 24);
date1.format("iYYYY/iM/iD") // 1442/2/19
date2.format("iYYYY/iM/iD") // 1442/3/2
hijri.isSameMonth(date1, date2) // true (it should return false)Here is a link to reproduce the issue: [link](https://codesan
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
May 21, 2021 - TypeScript
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
May 9, 2021 - JavaScript
-
Updated
Apr 17, 2018 - JavaScript
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
May 28, 2021 - JavaScript
-
Updated
Jul 6, 2021 - Vue
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Sep 27, 2018 - JavaScript
-
Updated
May 30, 2021 - Reason
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 enhancement
While using the UpdateLocale Plugin, it isn't possible to just update one single value in a nested value.
For example I just want to update the
format.Lvalue:Like this other formats
LL, LLL, ...are getting lost.Expected behavior
I want