Date Time Picker
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the date based on the given format and save the results in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debug, the date will be fetched based on the specified format, and the result will be stored in {GetDate}.
Description: This keyword or action instructs Avo Assure Client to set the date specified in the input based on the given format and save the results in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debug, the provided date will be set based on the specified format, and the execution status “True”/ “False” will be stored in variable {result}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetDate
<Input Date>; <Date format>
{Variable}
Supported Date Formats:
1. dd/MM/yyyy 2. MM/dd/yyyy
3. dd/MMM/yyyy 4. MMM/dd/yyyy
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetDate
<date format>
{Variable}
Supported Date Formats:
1. dd/MM/yyyy 2. MM/dd/yyyy
3. dd/MMM/yyyy 4. MMM/dd/yyyy