Hi Sambu,
Please try the below code.This code enters the specified date for current month
If you want to enter some date for next month, change index value from 0 to 1 and iDate value from 25 to desired date in next month.
Regards,
Ravi
Please try the below code.This code enters the specified date for current month
Code:
iDate=25 'or if you want to enter date at run time use iDate=inputbox("Enter the date")
Browser(...).Page(...).Wedit("html tag:=input","name:=jDatee1").FireEvent "Click"
wait(1)
Browser(...).Page(...).Link("html tag:=A","text:="&iDate,"index:=0").Click
Regards,
Ravi