Search code examples
datepickeryii2julian-date

Does yii\jui\DatePicker support Julian dates?


I found default settings in DatePicker won't take into account Julian dates (i.e. pre-1582 european dates) but haven't found a proper way to overcome this issue. Any suggestion?


Solution

  • I would probably implement Keith Woods Calendar for jQuery. It may not be as friendly to code with as the default date picker but assigning it to a $form->textInput() should be simple enough.