A new control called Duration has been added to the Framework for saving time spans. Currently, it has been merged into the develop branch
How is it stored in the database?
The input is converted to seconds and stored in DB. The database field type is decimal. Using the formatters, the seconds are converted back to the duration format.