if.date_obj

/ Conditionals / if.date_obj

Title : if.date_obj
Purpose : If provided variable is date object then executes
Syntax : [if.date_obj Variable_Name]
//** Do something **//
[/if.date_obj]
Input Parameters : variable which needs to be check.
Return Value : It does not return anything
Example  :
Code :
Output : in var_num is date object then set str as “var_num is date object”
Description : In the example, var_num variable is declared and assigned with value. As the variable is date_object, then if date_obj condition will get satisfied and the logic inside will get executed.
Categories
Most Popular

Leave a Reply

Your email address will not be published.