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
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
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');
Thank you Brad!