Hi,
Dont do it seprately for month,date,year,thatz not the correct way to do.
Two options are available:
i)If date is varying for every iteration,you have to do parameterization
two ways:
i)populate csv file which contains date whatever format u mentioned
ii)otherwise in pararmetrization,there is option called date/time,decide format for ur date using add format
u can add ur date,decide your offset(suppose if u specify 50) from today date next 50 dates it will take )
ii)This is possible when your date value not going to chnage for every iteratio,in that case you can use this following function:
lr_save_datetime("%d/%,%Y",DATE_NOW,"tdate");
lr_output_message("today date is", lr_eval_string("{tdate}"))
replace {tdate} wherever you want to replace the date.
These are the options u can use