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
Right now, when I click the button to change the time, the popup showed the current hour, let's say right now is 03:30 PM, but the popup showed only 03:00 PM. So where can I adjust the default time? I had changed it before at .directive, but it still got the same output. Thanks for help.
The text was updated successfully, but these errors were encountered:
aishahismail
changed the title
Set time to current time at picker time
Set time to current time at popup picker time
Oct 6, 2015
aishahismail
changed the title
Set time to current time at popup picker time
Set time to current time at popup time picker
Oct 6, 2015
Yes, it takes the current hour. It won't pick the in between minutes like 3:15 or 3:30 etc. It takes 3:00 or 4:00 etc.
But as per your suggestion i have added that feature, so that it will pick the current time. Let's say if the current time is 13:14, then it will use the same time when you click on the button.
Also you can pass the time as shown below, so that it will pick the current hours and minutes. If ignore this inputEpochTime property then i t will pick the current hours and minutes, but it won't be shown on the button, until you select some time.
Right now, when I click the button to change the time, the popup showed the current hour, let's say right now is 03:30 PM, but the popup showed only 03:00 PM. So where can I adjust the default time? I had changed it before at .directive, but it still got the same output. Thanks for help.
The text was updated successfully, but these errors were encountered: