0
Under vurdering
datepicker returns 24:14 for the hour instead of 00:14
This issue seems a little strange, but I will share it all the same.
The following code snippets are from my app. I have a datepicker that is setup to only show the time. When I get the info from the datepicker all works well UNLESS it is between 12am and 1am. Instead of returning 00 for the hour it returns 24. This is an invalid time.
Not sure that I could make this happen with my code, but I am open to any ideas.
The following code snippets are from my app. I have a datepicker that is setup to only show the time. When I get the info from the datepicker all works well UNLESS it is between 12am and 1am. Instead of returning 00 for the hour it returns 24. This is an invalid time.
Not sure that I could make this happen with my code, but I am open to any ideas.
<datepicker name="selectdate" alias="ADDTIMESLOTCONTROL" width="100%" height="100%" time="only" borderwidth="1" bordercolor="777777" cornerradius="5"></datepicker>
<assign property="var:tempDateTime" value="[object:ADDTIMESLOTCONTROL.date]" />
Kundesupport af UserEcho
I was just sharing what I found in case it was a bug (or if someone else ran into the same problem)