I have a date string which I want to format. Or even replace some charactors within it. It is currently 01.06.06. I have tried:
Date = Format(Date, "dd/MM/yyyy") - but this doesnt seem to do any good? Is there anyway to replace the last 06, but not the first or second bits of the date?
Start Free Trial