Hi Lesley,
You will have to create a custom domxpath by understand the datepicker pattern.
If you do not know how to work with custom domxpath, I would suggest you to check this article, it will help you.
Thanks
@Ikshit Dhawan Please see the below image of the calendar, with regards to the custom domxpath how I will select a future date, that must be current system:date + 30 days?Will I need a While and If statement so that it may loop for 30 days?
@Tebogo Moloto , I am sorry but you missed to upload an image
@Ikshit Dhawan Please find attached image of calendar
@Ikshit Dhawan The below image is how my loop looks like
@Ikshit Dhawan I was able to add the current date plus 30 days to the innerhtml which works however how will I be able to make sure the month and year is also catered for when it comes to adding the 30 days, do I need to use a while condition look at the current month and year?
The below image is how my loop looks like
No, To add 30 days, use DateTime Package Add > 30 days and save it into a variable (assuming you created datetime variable as 30PlusDays)
Then Use To String Action from DateTime Package > Source Date will be 30PlusDays and Custom Format MMMM (it should be caps 4 times MMMM) will give you full month name (like October)
Using this value you can choose the month, similarly you can get the year and day value and select those values in the picker
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.