dayjs
Here are 87 public repositories matching this topic...
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
Jun 25, 2021 - JavaScript
Hi.
Thank you for creating a wonderful component.
I wanted to suggest two improvements with the UI of the component.
-On selecting a predefined range that exists within the same month (like yesterday, today, 20th-24th of the same month etc.), both the calendar tables show the same month. It would be better if a check could be made in this regard and the selected dates be shown in only one t
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jun 15, 2021 - JavaScript
New locale handling is pretty cool, thanks. But I think I found a bug in relativeTime plugin.
So, there are three declensions of nouns in Russian: singular, dual and plural. The library does have h, hh and hhh for all of those (this is the case with other units as well), but it assumes that single-letter format is only used when the value of whatever unit is exactly 1. For example "ча
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 9, 2021 - HTML
The example project showcasing how to use react-dayjs has not been updated in awhile. Many dependencies are out of date and include security vulnerabilities. This is a great first issue for someone to take on.
-
Updated
May 14, 2018 - TypeScript
-
Updated
Jun 20, 2021 - Svelte
-
Updated
Apr 13, 2021 - Svelte
-
Updated
May 30, 2021 - JavaScript
-
Updated
Apr 12, 2021 - JavaScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Feb 18, 2021 - Svelte
-
Updated
Jan 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dayjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dayjs 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