Good afternoon everybody,
I was just wondering if there is a way via code to sort times shown in a typical time dropdown in a form.
When you scroll down (using 24h format) it shows default like this:
|->
00:00
01:00
(…)
12:00
(…)
23:00
<-|
But what if I want to start from the midday like this: ?
|->
12:00
13:00
(…)
00:00
(…)
11:00
<-|
Thanks in advance,
Santi