moment
Here are 404 public repositories matching this topic...
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Nov 5, 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
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
Dec 11, 2020 - JavaScript
-
Updated
Jan 3, 2021 - JavaScript
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Nov 6, 2020 - TypeScript
-
Updated
Dec 13, 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
Nov 26, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 17, 2018 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Nov 25, 2020 - Vue
-
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."
When i format date/time in arabic i get this "الأحد, ديسمبر 20, 2020 7:29 AM", while AM and PM is not translated in arabic. i will ad the fix here as im not familiar with contributing with bug fix
meridiem: (hour, minute, isLowercase) => { return hour > 12 ? 'م' : 'ص' }also i hope you add localization for ar-eg