I have a report which receives the Date in string format (MM/dd/yyyy).
I want to convert this in (dd/MM/yyyy). How should I do it?
I tried the ToText, DateValue techniques, it does not give me consistent result, per say:
expected Result 12/8/2008 shows up as 8/12/2008 , where as 13/8/2008 and onwards come up correctly.
Help needed urgently.
Thanks in advance.
Cheers,
AG
I want to convert this in (dd/MM/yyyy). How should I do it?
I tried the ToText, DateValue techniques, it does not give me consistent result, per say:
expected Result 12/8/2008 shows up as 8/12/2008 , where as 13/8/2008 and onwards come up correctly.
Help needed urgently.
Thanks in advance.
Cheers,
AG