diff --git a/resources/js/components/flatpickr.js b/resources/js/components/flatpickr.js index e63e99f..cdd71b2 100644 --- a/resources/js/components/flatpickr.js +++ b/resources/js/components/flatpickr.js @@ -54,6 +54,7 @@ export default function flatpickrDatepicker(args) { shorthand: false, //defaults to false dateFormat: args.packageConfig.dateFormat ?? "F Y", //defaults to "F Y" altInput: args.packageConfig.altInput ?? true, + altFormat: args.packageConfig.altFormat ?? "F, Y", theme: this.mode // defaults to "light" })) } else if (this.attribs.weekSelect) {