Hi all, when i use the Date function, i get a date displayed as M/D/Y. how do i display it as D/M/Y?
C you, C me
VB Code: MsgBox Format(Date, "mm/dd/yyyy")
MsgBox Format(Date, "mm/dd/yyyy")
Forum Rules