Dear Gurus,
i want to change the Date format dd/mm/yy through Coding how can i do this
Tamoor
thedate = Format(Date, "dd/mm/yy")
That line will effectively make the variable "thedate" contain the date in the format you specified :)