Timofey

Results 52 comments of Timofey

@thienvu18 Thank you for your PR! I'm sorry for the late answer. I've looked through your changes, and it seems to me that it may be confusing to have `timeFormat`...

Hey, thanks for your interest, the project is not actively developed as you see, there are some reasons for this. To be honest I have plans to rewrite datepicker in...

Hello! Yeah, there is problem with it. I think parser would be better solution you are right, it's also could be used for recognizing user's input. I hope someday I...

@soru95 `today` button should only perform transition to current date, without selection.

Привет! Несколько месяцев входит в планы, но, к сожалению сейчас нет времени на разработку этой возможности, поэтому в ближайшее время не стоит ждать релиза.

@forgethen Добрый день! Можете попробовать взять версию из ветки [multiple-cals](https://github.com/t1m0n/air-datepicker/tree/multiple-cals). Я не гарантирую полную работоспособность, но с простейшими функциями должно работать нормально. Для добавления нескольких месяцев используйте опцию `calendars: 2`

Hmmm, need to think bout this, I suppose there were some problems with this behaviour.

Hey! Thanks for response, will think about that.

@Der-Alex unfortunately only plans =( I've done some work in [multiple-cals](https://github.com/t1m0n/air-datepicker/tree/multiple-cals) branch. It allows you to create multiple calendar views by passing `{calendars: 2}` (or any other number) with basic...

Hi @AJB99 thank you for your response. You could set time on date object and pass it as `startDate` argument: ```javascript let today = new Date(); today.setHours(0); today.setMinutes(0); $('#dp').datepicker({ timepicker:...