huybuidac / shadcn-datetime-picker

Shadcn datetime picker supports timezone, min date, max date
https://shadcn-datetime-picker-pro.vercel.app
42 stars 5 forks source link

Datetime & Time input #2

Open P1aster opened 22 hours ago

P1aster commented 22 hours ago

I encoutered some issues with datetime input in here, mostly with date format whose change can cause instant input value error indicator. I have found a great library (https://www.npmjs.com/package/timescape) to cover all issues and even enable to quick develot towards range dateTimePicker. Feel free to comment about this topic.

huybuidac commented 6 hours ago

The library is really good. However, it doesn’t support null value. Let me see if there’s anything I can learn from it.

P1aster commented 27 minutes ago

Hope it will help, it may be a good idea to establish some collaboration.