Hello,
Please see the attached picture. It is a date field visualization:
Begin_Com Role(*Visual #PRIM_EVDT) Name(#VisualDate) Defaultvisual(True) Showtime(False) Componentversion(1) Height(21) Marginleft(221) Width(401)
End_Com
Begin_Com Role(*Weblet 'std_datepicker.std_datepicker') Name(#WebletTemplate) Defaultweblet(True)
End_Com
It starts the work week on Monday, and I need it to start on Sunday, is there any way to accomplish this?
Thanks.
Weblet datepicker
Weblet datepicker
- Attachments
-
- Weblet_DatePicker.PNG (15.19 KiB) Viewed 7288 times
Re: Weblet datepicker
Your screenshot datepicker looks like the deprecated std_date weblet, not the current jQuery UI datepicker (std_datepicker).
In the WAM Editor, click on the date field and in Details, see which weblet it is.
If you use the jQuery UI datepicker, change the "firstDay" property to choose the first day of the week.
PS: If you have the ISO language code in your partition set to "en" (Default is US English), the default starting day is Sunday, so you don't need to override it.
HTH
In the WAM Editor, click on the date field and in Details, see which weblet it is.
If you use the jQuery UI datepicker, change the "firstDay" property to choose the first day of the week.
PS: If you have the ISO language code in your partition set to "en" (Default is US English), the default starting day is Sunday, so you don't need to override it.
HTH
-
davidbalansa
- Posts: 92
- Joined: Mon Feb 01, 2016 10:08 am
Re: Weblet datepicker
If you go to the visualization of the date field and select the visualdate visualization, you can change the startOfWeek property to Sunday.
Re: Weblet datepicker
That got it guys. Thank you!