New Jan 5, 2025

Vue multi date picker

Libraries, Frameworks, etc. All from Newest questions tagged vue.js - Stack Overflow View Vue multi date picker on stackoverflow.com

I need to use three types of calendars—Jalali, Hijri, and Gregorian—in my project. Currently, I'm using this package (https://talkhabi.github.io/vue-persian-datetime-picker/), which only supports localization and does not support Hijri dates or Hijri months.

After searching, I found this package (https://github.com/MahdadGhasemian/vue-datetime-js), but unfortunately, it doesn't work properly and has been archived.

I need something exactly like this (https://shahabyazdi.github.io/react-multi-date-picker/), but written for Vue.

I’d appreciate it if you could share your experiences with multi-calendar support for Vue. If there’s a package available for this purpose, please let me know, or if you have a better solution, kindly share it.

Scroll to top