You are viewing limited content. For full access, please sign in.

Question

Question

Hide times in the date & time picker

asked on October 18, 2018

Hello,

Is there a way to hide times outside of a range from the date/time picker? For example only display the times between 08:00 AM to 05:00 PM and hide all other times outside of this range.

 

Thanks

0 0

Replies

replied on October 18, 2018 Show version history

Hi Ken,

Are you looking for something more than the Time Range filter that is on the Time picker?
That will only show the times selected as options.

 

The javascript route, you could use something similar to:

  $('#q5 input').attr('min','08:00:00');
  $('#q5 input').attr('max','17:00:00');

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.