How can I disable Saturday and Sunday in the new date picker ?
In the old date picker there was a disable week day setting but in this one there is not present.
Hello
There is no such direct way as I know, So by applying a JavaScript function we can achieve this
Here Solution is givenhttps://www.outsystems.com/forums/discussion/82701/reactive-web-mark-dark-color-for-the-weekend-and-unclickable-on-datepicker/
https://www.outsystems.com/forums/discussion/81333/outsystems-ui-updated-date-picker/#Post339083
I hope this helps Thanks
Hello,
Use a JavaScript function in DatePicker On Initialized event. I have send a OML file may be it will help you.
Thanks
There are 2 Client actions available on OutsystemsUI called "DatePickerDisableDays" and "DatePickerDisableWeekDays" which can be call in the OnReady event. The first option lets you disable individual days from a list and the second one lets you disable any week day for every week.