Joomla time Form Field Type

The time form field type provides control for entering a time (hours and minutes, and optionally seconds). The value is always a 24-hour hh:mm or hh:mm:ss formatted time, with leading zeros.

XML Field Definition

<field
 name="mytime" 
 type="time"
 label="Select time" />

Additional Parameters

min: The allowable earliest time to accept.

max: The allowable latest time to accept.

step: The value of step is given in seconds. The default value of step is 60, indicating 60 seconds.