Can you help with the following query please?
I have a DateItem on a form which will be used to input non-working days, e.g. Christmas Day, Easter Day, Bank Holidays. It's assumed that Saturday and Sunday are always non-working days, so we validate that the user hasn't entered a weekend date.
The query is : How can I configure the DateItem's DateChooser so that a user cannot select a Saturday or Sunday? Although the validation would trap it, I think it's better to stop the user selecting a weekend date on the DateChooser than letting them select it then tell them they can't.
Either disabling selection of weekend dates or removing weekends from the DateChooser would be acceptable.
We only want to prevent weekend date selection for this DateItem, for other DateItems selecting a weekend date is acceptable.
Thank you.
SmartClient Version: v9.0p_2013-10-17/PowerEdition Deployment (built 2013-10-17)
I have a DateItem on a form which will be used to input non-working days, e.g. Christmas Day, Easter Day, Bank Holidays. It's assumed that Saturday and Sunday are always non-working days, so we validate that the user hasn't entered a weekend date.
The query is : How can I configure the DateItem's DateChooser so that a user cannot select a Saturday or Sunday? Although the validation would trap it, I think it's better to stop the user selecting a weekend date on the DateChooser than letting them select it then tell them they can't.
Either disabling selection of weekend dates or removing weekends from the DateChooser would be acceptable.
We only want to prevent weekend date selection for this DateItem, for other DateItems selecting a weekend date is acceptable.
Thank you.
SmartClient Version: v9.0p_2013-10-17/PowerEdition Deployment (built 2013-10-17)