Module Description
This module provide a Time form element, which render an HTML5 time element, usable in any drupal form.
It also provides two field types for your entity :
* Time field : to store a time
* Time range : to store a start time and an ending time
It mainly inspired from time_field module, but it differs on the way times are stored within the database : time_field use timestamp where this module stores it at text like "12:45:45"
It also provides two field types for your entity :
* Time field : to store a time
* Time range : to store a start time and an ending time
It mainly inspired from time_field module, but it differs on the way times are stored within the database : time_field use timestamp where this module stores it at text like "12:45:45"
Module Link
Project Usage
344
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to provide a Time form element and two field types for storing time and time ranges in Drupal forms.
Data Name
field_time