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
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