I am receiving a lot of feedback about the datepicker week beginning on a Sunday. My users are in the UK and want to see the first day of the week on a Monday.
I’ve checked with the Anvil guys and I understand that it is possible to modify the datepicker locally within a specific Anvil app using Javascript.
Having done a bit of Googling, I’ve found the relevant change to the JS:
I am unsure on:
A) Where to put/how to call the JS to allow it to overwrite the Anvil set datepicker setup; and
B) How to find the ID of the datepicker element (to replace '#myid').