How to Automate the previous day a Date Picker.please Help

How to Automate the previous day a Date Picker.

Hey!

Try this:

Assign strDate = Now.AddDays(-1).ToString("dd/MM/yyyy")

Change the dd/MM/yyyy format according to our requirement…

Regards,
NaNi

1 Like

Yes i do this

Output date is Correct But on the website Wrong

on the website

image

Hey!

Use type into and pas the variable in the type in to…

strDate = Now.ToString("dd/MM/yyyy")

Regards,
NaNi

1 Like

On website not working

1 Like

Got it…

Ask them to resolve the issue :slightly_smiling_face:

#Happy_Automation

Regards,
NaNi

1 Like

Thank you Very Much

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.