syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

how to change order of days in week? #668

Closed nashihu closed 1 year ago

nashihu commented 2 years ago

Hello, i would like to change order days of week from SMTWTFS to MTWTFSS

*change first week from sunday to monday

image

how do i do that? thank you

MuniappanSubramanian commented 2 years ago

Hi nashihu,

#Regarding how to change order of days in week? You can achieve your requirement by setting the “firstDayOfWeek” in the Flutter calendar. Please refer the below code snippets,

image

Please refer to our UG document to know how to set FirstDayOfWeek in the Flutter Calendar, https://help.syncfusion.com/flutter/calendar/getting-started#change-first-day-of-week

We hope that this helps you. Please let us know if you need further assistance.

Regards, Muniappan S