How to convert the date format which can be used dynamically

Working on a project in which Bot goes to a site to download a file daily ,which has the date format as Tuesday, May 17, 2022, how we can convert this date into a variable so that I could use dynamically, please assist.

Are you looking for this?
grafik
Get a formated string from a datetime variable

YourDateTimeVar.tostring("dddd, MMMM dd, yyyyy")

Thank you, it worked

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