radix-vue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
4.55k stars 261 forks source link

[Feature]: jalali calander/date-picker #588

Closed mehrabix closed 3 months ago

mehrabix commented 3 months ago

Describe the feature

Hi, I need to use calander or date picker in a persian app which needs to be jalali calander but at this moment shadcn just supports gregorian.

Additional information

sadeghbarati commented 3 months ago

@mehrabix Hi

Current Calendar or DatePickers are based on

React Aria and Internationalized Date packages

It's has support for 13 Calendar System, including Jalali/Khorshidi

Check radix-vue and @internationalized/date documentation

https://www.radix-vue.com/components/calendar.html#calendar-with-locale-and-calendar-system-selection

https://react-spectrum.adobe.com/internationalized/date/index.html

mehrabix commented 3 months ago

Thanks @sadeghbarati it works for me.

sadeghbarati commented 3 months ago

Great, feel free to close the issue 🙌