I think you meant this:Quote:
Use the following code:
MyStr = Format(MyTime ,"dd:mm:yyyy"
Hope this was of some help!
MyStr = Format(MyTime ,"dd/mm/yyyy")
Printable View
I think you meant this:Quote:
Use the following code:
MyStr = Format(MyTime ,"dd:mm:yyyy"
Hope this was of some help!
MyStr = Format(MyTime ,"dd/mm/yyyy")
I Stand corrected!
That is indeed what I meant!