phoenixwong / vue2-timepicker

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
https://phoenixwong.github.io/vue2-timepicker/
MIT License
432 stars 193 forks source link

More than 23 hours? #135

Closed Avratz closed 4 years ago

Avratz commented 4 years ago

Hello, I am currently using this awesome plugin and I have encounter with a problem. Can I set the picker with for example 30 hours or 100 hours? Is there any way of doing this?

Thank you very much.

phoenixwong commented 4 years ago

Hi @Avratz,

Vue2 Timepicker only supports the time formats mentioned in the documentation. Values > 24 and < 0 are out of the range. It's the core of this plugin, and most of the features depend on it. So I'm afraid we're not going to change the acceptable values in the foreseeable future.

Please feel free to fork this repo and adjust it to fit your requirements.