Here was my solution.
I run the following code at the top of my page (thanks to person who posted this in the linked thread):
Code:
correctDate = day(request("mydate1")) & "-" & monthName(month(request("mydate1"))) & "-" & year(request("mydate1"))
Leave a comment: