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
New-UDInputField -Name "Date_From" -Type date -Placeholder 'Start-Date:'
New-UDInputField -Name 'Start_Time' -Type time -Placeholder 'Start-Time'
} -EndPoint {
param($Startdate,$starttime)
Both on my attempt here and on your example page when you click the Hour it then changes to the minute . However you are unable to click on the minute as it does not release mouse control or set the minute.
ew-udinput -Title "Select Date" -Content{
} -EndPoint {
param($Startdate,$starttime)
Both on my attempt here and on your example page when you click the Hour it then changes to the minute . However you are unable to click on the minute as it does not release mouse control or set the minute.