wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 92 forks source link

deafult #83

Open cretace opened 8 years ago

cretace commented 8 years ago

When using a default value e.g.: defaultTime: '09:00' and then getting a time from my php /mysql database, the time still shows the default. It should be able to ignore the default and show a stored value e.g. value ='<?php echo $mytime ?>' and it should then show 16:15

Or is there a way to do this?

Would also be great if dropdown immediately showed default (or stored) value

hassekf commented 7 years ago

Also want to know. i'm almost going for another plugin if i'm not able to pre-populate the value from database.