relu / contact-form-7-datepicker

Datepicker for Contact Form 7 Wordpress Plugin based on JQueryUI's datepicker (NO LONGER MAINTAINED)
http://wordpress.org/plugins/contact-form-7-datepicker/
29 stars 34 forks source link

Overwrite regional settings #198

Open MaartenProvo opened 7 years ago

MaartenProvo commented 7 years ago

Hello

Perhaps a stupid question but I want to format my date-times like this '20/08/2017 21:28' but the form keeps formatting '20-08-2017 21:28'. This is the shortcode I used [datetime datetime-603 date-format:dd/mm/yy time-format:HH:mm]. I tried changing other things as well just to see if something would change, but nothing did.

The only reasonable explenation I can find is my format is being overwritten by the settings in my regional-js 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/i18n/datepicker-nl.min.js'. Is my assumption correct and is there anyway to overwrite/correct this?

Regards