Is there a way to change the format of aldeed/meteor-autoform-bs-datepicker
to dd/mm/yyyy
. I've tried the code below but it doesn't work.
date: {
type: Date,
optional: true,
autoform: {
type: "bootstrap-datepicker",
datePickerOptions:
{
format: "dd/mm/yyyy"
}
}
}