The oxy_datePicker built-in form control is used for offering a text field with a calendar browser that allows to choose a certain date in a specified format.
p:before {
content: oxy_datePicker(hoverPseudoclassName, 'showBorder')
}
p:showBorder {
border: 1px solid red;
}
date {
content:
oxy_label(text, "Date time attribute with format defined in CSS: ", width, 300px)
oxy_datePicker(
columns, 16,
edit, "@attribute",
format, "yyyy-MM-dd");
}