theroozbeh / vue2-persian-datepicker

A vue component that provides datepicker for persian developers
MIT License
99 stars 18 forks source link

Gregorian Calendar #20

Open farzadso opened 6 years ago

farzadso commented 6 years ago

Is there any chance that you could somehow integrate a Gregorian calendar in it to? And also have the ability to programmatically switch between the two calendar types?

theroozbeh commented 6 years ago

It is interesting but right now there are more pressing matters.

farzadso commented 6 years ago

Can you give me some pointers if I want to implement it myself?

theroozbeh commented 6 years ago

I think u should create another component with a wrapper component which contains both of them. In new component handle leap year as it should in Gregorian calendar.