Change the options in the time field not working

Hi all,

Does anyone know how to get the range of end times to change as well as the range of start times?



Thanks,
Harry

Hey Ian @KnackPros - I’d be interested in a code based solution for this too if you have time :pray:

Hi Harry - web inspector tells me the field id for the ‘To’ time has ‘-to’ appended. So for that field it’d be:

$('#view_494-field_65-time-to').timepicker('option', 'minTime', '9:00am');
2 Likes

Thank you Brad!