Hello,I have a need to auto load current Date of PC in the date field. Next to the Date field I have to provide a field in which user will enter number of days and based on the value entered calculate the a new date and set it in another date field.TIA
- Set CurrentDate() as the default value for the field,
- Use Client Side Event to calculate and set the new date, see Field Setup → Edit Tag → Client Side Events in the help file.
mobhar wrote:
This blog is the solution that I was looking for.Thank you.