I need to convert the date from mm/dd/yyyy to dd/mm/yyyy in vbscript.
- by newbie2009
HI Everyone,
So far I have this:
FormatDateTime(negativeItemsRS("ItemDate"), 0)
Its displaying the date in the format of mm/dd/yyyy. I want to convert that to a dd/mm/yyyy
Please help not sure how to do this.
Thanks,