Time Input widget

0
  Hi, folks I'm facing issue for time input widget level  I'm going to select start time and end time but when Populating UI then widget by default showing selected  current time I want to show by default vales zero like in 24 formats 00.00  
asked
2 answers
0

Hi Dnyaneshwar,

 

You could use the custom date format and select the correct symbols for the Date Picker to display. 

 

Hope this helps!

answered
0

Hi, apparently the displayed attributes have a value set (maybe you did that to set the date part). Examples to solve this: set the default value of the attributes to [%BeginOfCurrentDay%] to have 0:00 or when you set a date, do a trimToDays().

answered