sometimes i need to get a date with the Date() function, but without a specific time. It would be nice, if the time component would be optional.
The definition should be like this:
Code: Select all
Date([Year, Month, Day[, Hour, Minute, Second]])
Uwe