Date Time Picker

Keyword: GETDATE

Description: This keyword or action instructs ICE 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}.

Keyword: SETDATE

Description: This keyword or action instructs ICE 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, provided date will be set based on the specified format and the execution status “True”/ “False” will be stored in variable {result}.

Last updated