Start the week on Monday instead of Sunday

This topic contains 4 reply and 2 voices, and was last updated by Ivar 10 years, 1 month ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
March 27, 2014 at 5:07 pm 17402
Ivar Hey, Is it possible to let the weeks in the date field start on Monday instead of Sunday? Thank you in advance.
March 27, 2014 at 5:32 pm 17406
Tareq Hasan Tareq Hasan

On /class/render-form.php line 1478, change the line with this $("#wpuf-date-").datepicker({ dateFormat: '', firstDay: 1 });

March 27, 2014 at 5:41 pm 17407
Ivar Ivar

Beautiful, firstDay: 1 did the trick, thanks alot.

By the way, not really related to this question, but is there any smooth way to add own input fields to the form creator? As <input type="number" />. Is the code extendable in this way?

March 27, 2014 at 5:49 pm 17410
Tareq Hasan Tareq Hasan

You can use the HTML field or try this http://docs.wedevs.com/using-action-hook-field/

March 28, 2014 at 10:02 pm 17490
Ivar Ivar

Thank you.

Viewing 4 Posts - 1 through 4 (of 4 total)