Last Updated: Jun 6, 2020
The following functions can be Used to automate Date related tasks:
| Functions | Description |
|---|---|
| Add Days | Use this function to add the number of days for the given date |
| Add Months | Use this function to add the number of months for the given date |
| Add Years | Use this function to add the number of years for the given date |
| Change To End Of Period | Use this function to update the date to the end of the period for the current date |
| Change To Start Of Period | Use this function to update the date to the start of the period for the current date |
| Convert String To Date Format | Use this function to convert the given date to the day-month-year string format |
| Current Date And Time String | Use this function to fetch the current date and time according to the input format |
| Delay In Seconds | Use this function to introduce a delay in the execution process |
| Get Current Date As a String | Use this function to fetch the current date and time in the predefined format of %Y-%m-%d %H:%M:%S |
| Get | Use this function to fetch the value of the day, month, or year field from the given date |
| Get Minutes | Use this function to fetch the number of minutes |
| Set Period | Use this function to update a field value for the current date |
| Start or End of the Month | Use this function to fetch the beginning or ending date of the current month |
| Start or End of the Week | Use this function to fetch the beginning or ending date of the current week |
| Start or End of the Year | Use this function to fetch the beginning or ending date of the current year |
| Subtract Days | Use this function to subtract the number of days from the given date |
| Subtract Months | Use this function to subtract the number of months from the given date |
| Subtract Years | Use this function to subtract the number of years from the given date |