Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
How can I change the start of the week? The default is on Monday. I want to change it to "Sunday". Please Help me...
This question has an accepted answers - jump to answer
You can use firstDay for that. In Editor, you would have something like
label: 'Registered date:', name: 'registered_date', type: 'datetime', opts: { firstDay: 0 }
Colin
Thanks very much 4 colin !!!
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
You can use firstDay for that. In Editor, you would have something like
Colin
Thanks very much 4 colin !!!