react-date-object icon indicating copy to clipboard operation
react-date-object copied to clipboard

JavaScript library for working with Date and Time in different calendars and locals

Results 6 react-date-object issues
Sort by recently updated
recently updated
newest added

hi, i'm using the package date picker in , when i want to set the date value on state on onChange, it won't set and i just get an empty...

How to calculate the difference between the 2 date objects? For eg.: let currentDate = new DateObject(); let previousDate = new DateObject(4,'days'); let difference = previousDate - currentDate; // Which...

Q: How can I check for invalid combination of a year-month-day ?! when I create a new date with invalid month or day it is transformed to another valid date...

Hi, I am using Vike with SSR component and receiving the error message: > Error: __vite_ssr_import_0__.default is not a constructor In the component, i use `import DateObject from 'react-date-object'`. When...

How can I set the timezone in react-date-object? I tried passing a timezone property, but it doesn't seem to be supported. Is there a recommended way to handle timezones with...