Guidance on Implementing a Jalali (Persian) Calendar with DatePicker #3658
-
Hi team and community, I'm currently working on implementing a For context, I have already submitted a Feature Request on the official website for native support for non-Gregorian calendars, as this would be the ideal long-term solution. In the meantime, I'm looking for the community's advice on the best current approach to achieve this. My goal is to use a robust library like My main question is: What is the recommended way to integrate an external calendar logic library with the I've attempted to build a "wrapper" component where I manage the calendar state (e.g., the focused date, the grid of days for the month) myself using signals. However, it feels like I'm fighting against the library's internal state management rather than working with it. Specifically, I'm wondering about:
Any guidance, patterns, or code examples on how to best approach this would be incredibly helpful. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is something we're looking to support in a short time. Be on the lookout. |
Beta Was this translation helpful? Give feedback.
This is something we're looking to support in a short time. Be on the lookout.