 
       Last Updated: May 27, 2021
The following functions can be used for Date operations:
| Functions | Description | 
|---|---|
| Add Days To Date | Adds days to the input date | 
| Add Months To Date | Adds months to the input date | 
| Add Years To Date | Adds years to the input date | 
| Format Current Date | Fetches the current date as per the input format | 
| Format Date (Dep.) | Converts the date in day-month-year string format for the input date | 
| Get Current Date | Fetches current date in the predefined format of %Y-%m-%d %H:%M:%S | 
| Get Current Month Date | Fetches the beginning or end date of the current month | 
| Get Current Week Date | Fetches the beginning or end date of the current week | 
| Get Current Year Date | Fetches the beginning or end date of the current year | 
| Get Date Field Value | Fetches the value of day, month or year field from the input date | 
| Get Minutes | Fetches the number of minutes | 
| Set End Field Of Current Date | Updates the current date to the end of the period | 
| Set Start Field Of Current Date | Updates the current date to the start of the period | 
| Set Field For Current Date | Updates a field value for the current date | 
| Subtract Days From Date | Subtracts days from the input date | 
| Subtract Months From Date | Subtracts months from the input date | 
| Subtract Years From Date | Subtracts years from the input date |