-
Notifications
You must be signed in to change notification settings - Fork 124
Date time unix field
ajitbohra edited this page Dec 1, 2014
·
5 revisions
A Unix Date & Time field.
JQuery UI datepicker is used when selecting dates.
Data is stored as a unix timestamp.
- id (string) (required)
- name (string) (required) Field display name. Used as field label.
- type 'datetime_unix' (string) (required)
array(
'id' => 'example-field-datetime',
'name' => 'A unix date and time field',
'type' => 'datetime_unix',
),
- 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