edate Function
This topic describes the syntax and usage of the EDATE function in Zoho Creator .
Description
Returns the date that is the indicated number of months before or after the start date. A positive value for months yields a future date; a negative value yields a past date. Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.ue updated each time you open the form.
Syntax
The edate function syntax has the following arguments.
start_date - A date in date/date-time format that represents the start date.
months - An integer that represents the number of months after or before the start_date. A positive value for months yields a future date; a negative value yields a past date.
Note: This function is supported only in free-flow scripting mode of Script Builder.
Return Value
A date (datetime) as per the date format specified in your application settings page.
Example
