Hi,I want to customize a Date Field in Lotus Notes. I’ve two Date Fields in a form which are set to use the Date Picker. Form is used only on Notes client and not on web.
Now i want to disable input from user i.e Date Picker must be used to change the date and the user cannot key in the date. And i want to set “Today” as the minimum value for the first Date Field so that user cannot pick a date prior to that day from the date picker. Also once the date is selected in the first Date Field, i want to set it as the minimum value for the second field.
This can be easily done if i use a date picker from a JS library(like Ext JS) on web. But i don’t know whether its possible in Notes or not?
Any suggesstions?
Thanks