-
Notifications
You must be signed in to change notification settings - Fork 123
Time field
ajitbohra edited this page Dec 1, 2014
·
7 revisions
A Time field.
JavaScript timepicker is used for selecting the time.
Data is stored as a string in the format H:i A
- id (string) (required)
- name (string) (required) Field display name. Used as field label.
- type 'time' (string) (required)
array(
'id' => 'example-field-time',
'name' => 'A time field',
'type' => 'time',
),
- Setup/Install Custom Meta Boxes
- Creating a custom meta box
- Displaying Field Data
- Optional Generic Field Args
- Repeatable Fields
General
- Text Field
- Small Text Field
- Number Field
- URL Field
- Textarea Field
- Code Field
- Select Field
- Checkbox Input Field
- Radio Input Field
Date & Time
WordPress
Media
Utilities