Hello,
Does anyone have a sub that will format the current date in 06/07/06 format?
Any/all help GREATLY appreciated.
I'm using VB 5 on WinXP systems.
Printable View
Hello,
Does anyone have a sub that will format the current date in 06/07/06 format?
Any/all help GREATLY appreciated.
I'm using VB 5 on WinXP systems.
VB Code:
Msgbox Format(YourDate, "mm/yy/dd")
haha great. Thanks =)
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. .
sorry it took so long. thanks