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
Hi, I am using this lib to let users enter time into their weekly timelog/time card, so they can be paid. Often its not start & stop time, but just the number of hours worked, like 8.2 hours or he worked 4.5 hours.
Since my app is used in (diff countries) a few cultures, I have people entering time in decimal format as well. for e.g 2.2
now I mention this for 2 reasons
Does the control support decimals (would be great since many users will be able to use form diff countries)
What will it convert to 2.2 == 2:20 or some fraction 1/5 of the hour which would 12 mins, so 2:12 mins
I would like to enforce numeric time only input, is this the default behavior.
Lastly, when the data is posted from the text box on the server side, what will it look like? a time field with : or just time with float - I did not see any options to configure and my server keeps throwing an error
thanks
The text was updated successfully, but these errors were encountered:
Hi, I am using this lib to let users enter time into their weekly timelog/time card, so they can be paid. Often its not start & stop time, but just the number of hours worked, like 8.2 hours or he worked 4.5 hours.
Since my app is used in (diff countries) a few cultures, I have people entering time in decimal format as well. for e.g
2.2
now I mention this for 2 reasons
I would like to enforce numeric time only input, is this the default behavior.
:
or just time with float - I did not see any options to configure and my server keeps throwing an errorthanks
The text was updated successfully, but these errors were encountered: