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

Calendar will ONLY start on Monday #210

Open Mark-Cornerstone opened 6 years ago

Mark-Cornerstone commented 6 years ago

Hey Guys,

I just wanted to let you know that although we're clicking the Start on Sunday in the options or first-day:0, the calendar still defaults to starting on Monday.

Can you offer any guidance on how to fix this? Thanks!!!!

micklevin commented 6 years ago

Hey Mark,

According to the code of this plugin, at least for the shortcode of "datetime", it ignores the parameter of "first-day" and instead uses the configuration of WordPress site.

Try to change it under Settings\General, option "Week starts on".

Good luck.