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
I added a start time field in my model with integer data type. Now I want to enter duration of time and calculate total seconds and save it to database. How should I modify the field so that I can enter duration in hour minute and seconds and store seconds in integer field in db.
Thanks.
The text was updated successfully, but these errors were encountered:
StarWar
changed the title
Enter time in hour minute and seconds, can't time upto precision of seconds
Enter time in hour minute and seconds, can't add time upto precision of seconds
Apr 18, 2015
I added a start time field in my model with integer data type. Now I want to enter duration of time and calculate total seconds and save it to database. How should I modify the field so that I can enter duration in hour minute and seconds and store seconds in integer field in db.
Thanks.
The text was updated successfully, but these errors were encountered: