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?
Printable View
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?
VB Code:
MsgBox Format(Date, "mm/dd/yyyy")