date
field type to store a date
Create the date
field type using
You appear to be a bot. Output may be restricted
bw_register_field( "_oik_todo_start", "date", "Start date" ); bw_register_field_for_object_type( "_oik_todo_start", "oik_todo" );
Form display
When displayed in the Fields meta box or [bw_new] it appears like this.bw_fields display
When displayed by [bw_fields] it appears like this.Notes
The date is formatted as selected in Settings > General > Date FormatRelated
- bw_form_field_date() – bw_form_field_date – format a date field
- bw_theme_field_date() – Theme a field of type ‘date’