How to set today date in date field and perform calculations on Date

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

  1. Set CurrentDate() as the default value for the field,
  2. Use Client Side Event to calculate and set the new date, see Field Setup → Edit Tag → Client Side Events in the help file.

https://discourse.hkvstore.com/t/how-to-display-new-date-based-on-initial-date-plus-n-days-v2021/4298/1

mobhar wrote:

https://discourse.hkvstore.com/t/how-to-display-new-date-based-on-initial-date-plus-n-days-v2021/4298/1

This blog is the solution that I was looking for.Thank you.