moment
Here are 553 public repositories matching this topic...
-
Updated
May 21, 2022 - JavaScript
-
Updated
Jul 27, 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
Apr 24, 2022 - 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
Apr 28, 2022 - JavaScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Apr 11, 2022 - 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
Apr 17, 2018 - JavaScript
-
Updated
Mar 1, 2022 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Apr 29, 2022 - Vue
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Sep 27, 2018 - 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 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