Hi,
I am having a date time variable in PVA, but it only read in MM/DD/YY, and I want to change it to read DD/MM/YY, how can I do that?
For example, user input 10/9/2021, PVA read as 9 October 2021, but I want it to be 10 September 2021.
I will use the PVA to check whether the user input date is before or after the cutoff date.
Thanks!