cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 Date picker date to start with Saturday

HariCS23
Contributor
0 Kudos
851

SAP UI5 date picker date starts with Sunday ( default ) .is there any way to start date picker to start day with Saturday ?

Some thing like below which i got i working with some other framework : 

Thanks

Hari

View Entire Topic
former_member182372
Active Contributor
0 Kudos

sap.ui.core.LocaleData.getInstance(sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale()).mData["weekData-firstDay"] = 1;

HariCS23
Contributor
0 Kudos

@Jason -  It is good idea but locale "ar" and "fa" givings texts Arabic/ Persian which i don't need.

@Maksim - I have tried to override  firstDay information as you suggested. It worked great ! 

Thanks

Hari