Creates a series of form selector elements showing the time in hours and minutes, and an AM/PM indicator.
| optional | label | string | The label to display on the left side of the selector. (default value is blank) | |
|---|---|---|---|---|
| name | string | The name of the field that is passed when the form is submitted. (default value is "time") | ||
| value | int | The default value in epoch seconds with which to populate the selector. |