8.4.2 Can DateTime widget hours range be limited?

Permalink
I have a datetime widget on a page:
echo $app->make('helper/form/date_time')->datetime('pickup_dt', $dh->formatDateTime('tomorrow 09:00:00'), false, true, null, 1800, array());

Is there any way to set the hours range from 09 to 20 only?

linuxoid
 
linuxoid replied on at Permalink Reply
linuxoid
Anyone?