Last Updated: Jun 6, 2020
Get Current date as a string
Use this expression to get the current date.
Syntax
Get Current date as a string () = local/output variable
Sample
Use this expression to get date / month / year value of the date parameter provided in dd/mm/yyyy
Syntax
Get (what_to_get, date_string) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
what_to_get | Date / Month / Year |
date_string | Date value for which the output is expected. |
Use this expression to get the current date in the format mentioned in the parameter.
Syntax
Current Date and time string (format) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
format | Required date formats |
Use this expression to convert the date given in string data type to the date data type.
Syntax
Convert string to date format (format) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
date_string1 | Date in string data type |
string_format | Format in which it has be converted |
Use this expression to set a specific date / month / year for the current date.
Syntax
Set Period (what, value) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
what | What part of the date to be changed (Year / Month / Date). |
value | Desired value as required to change the date. |
Use this expression to get the start date / end date of the month.
Syntax
Start Or End Of The Month (start_or_end) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
start_or_end | Gives the Start / End date of the current month based on the parameter provided. |
Use this expression to get the start date / end date of the week.
Syntax
Start Or End Of The Week (start_or_end) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
start_or_end | Gives the Start / End date of the current week based on the parameter provided |
*Monday is considered the start and Sunday to be end of the week. |
Use this expression to add the number of days for the given date.
Syntax
Add Days (howmany, to_date, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
howmany | Number of days to be added. |
*Monday is considered the start and Sunday to be end of the week | |
To_date | Date for which the days must be added |
Format_1 | Date Format of the ‘To_date’ parameter |
Use this expression to subtract the number of days from the given date.
Syntax
Subtract Days (from_date, howmany, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
from_date | Date for which the days must be subtracted. |
*Monday is considered the start and Sunday to be end of the week. | |
howmany | Number of days to be subtracted. |
Format_1 | Format of the ‘ from_date’ parameter. |
Use this expression to add the number of months for the given date.
Syntax
Add Months (howmany, to_date, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
howmany | Number of months to be added. |
to_date | Date for which the days must be added. |
Format_1 | Date Format of the ‘to_date’ parameter |
Use this expression to subtract the number of months from the given date.
Syntax
Subtract Months (from_date, howmany, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
from_date | Date for which the months must be subtracted. |
howmany | Number of months to be subtracted. |
Format_1 | Format of the ‘ from_date’ parameter. |
Use this expression to add the number of years for the given date.
Syntax
Add Years (howmany, to_date, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
howmany | Number of days to be added. |
*Monday is considered the start and Sunday to be end of the week | |
To_date | Date for which the days must be added |
Format_1 | Date Format of the ‘To_date’ parameter |
Use this expression to subtract the number of years from the given date.
Syntax
Subtract Days (from_date, howmany, format_1) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
from_date | Date for which the years must be subtracted. |
howmany | Number of years to be subtracted. |
Format_1 | Format of the ‘from_date’ parameter. |
Use this expression to get the start date / end date of the year.
Syntax
Start Or End Of The Year (start_or_end) = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
start_or_end | Gives the Start / End date of the current year based on the parameter provided |
The date changes to the start date of the current week/month/year.
Syntax
what (week/month/year) = output
Sample
what (week) = 30/12/2019
Parameter Details
Input Parameter Name | Description |
---|---|
What | The value (week/month/year) to be changed to start date of the specified period |
The date changes to the end of the specified week/month/year.
Syntax
what() = output
Sample
Parameter Details
Input Parameter Name | Description |
---|---|
What | Type the value (week/month/year) to be changed to end date of the specified period. |