Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Change week start day in calendar pop-up

Change week start day in calendar pop-up 10 years 9 months ago #22539

  • picht
  • picht's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi

Where can i change the first weekday from sunday to monday in the pop-up calendar that shows in a date field ?

Regards
Picht

Please Log in or Create an account to join the conversation.

Change week start day in calendar pop-up 10 years 9 months ago #22640

  • picht
  • picht's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Here is the answer to this, if someone else needs to change it:

You can modify one file and make this change:

/components/com_dtregister/assets/js/validate.js

Around line 1229 you'll see this:

var cal = new Calendar(true, null, DTselected, closeHandler);

Change it to:

var cal = new Calendar(1, null, DTselected, closeHandler);

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.270 seconds