How can I convert the date into computerdate?
Example: 24-3-04 into 38070.46983.
It isn't that challenging but I can't find it!
Printable View
How can I convert the date into computerdate?
Example: 24-3-04 into 38070.46983.
It isn't that challenging but I can't find it!
cdbl(cdate("2003-12-17"))
Yess, that's what I'm looking for!
I hope I'm not a n.e.r.d. now... For not knowing that.