You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the page loads and i first click in the component, it sets the date for today: "09/09/2021, 18:13"
Then i opened the datepicker and clicked to select the hour, without using the arrows or the keyboard. Then i clicked in "01" and got the output: "09/09/2021, 13:13".
I think the output should be "09/09/2021, 01:13"
The text was updated successfully, but these errors were encountered:
When setting useTwentyfourHour = true, i am getting some unexpected results.
https://stackblitz.com/edit/js-nvfv2k
When the page loads and i first click in the component, it sets the date for today: "09/09/2021, 18:13"
Then i opened the datepicker and clicked to select the hour, without using the arrows or the keyboard. Then i clicked in "01" and got the output: "09/09/2021, 13:13".
I think the output should be "09/09/2021, 01:13"
The text was updated successfully, but these errors were encountered: