Yes, this would be good for us too
This would be much appreciated! Definitely a quality of life improvement!
In our case, it would also be a very important option. The fact that the week starts on Sundays usually causes some errors when choosing the date.
I agree to all of the above.
When it comes to date fields in the customer portal, it's possible to set Monday as first day of the week through a javascript:
setTimeout(function(){
jQuery('.date').each(function(){
jQuery( this ).datepicker( "option", "firstDay", 1 );
});
}, 2000);
It's based on jQuery UI doc:
Vincent Castagnet
Hello,
In freshservice the week start on Sunday (for exemple on the calendar display on a new task)
Is it possible to add a parameter (or automatically depending on local country chosen) to start it on Monday for exemple ?
Thanks !
10 people like this idea