I’d like to add buttons for previous/next month and year. I went through the Vue documentation for this but can’t decipher what exactly I should add.
Here’s my picker:
{
“dateTimePickerOptions”: {
“format”: “MM/DD/YYYY”
},
“label”: “Date of Birth”,
“model”: “dob”,
“required”: true,
“format”: “MM/DD/YYYY”,
“styleClasses”: “col-md-6”,
“type”: “dateTimePicker”
}