Default values for time in in Date() function
Posted: Tue Mar 10, 2015 5:37 pm
Hi,
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:
Thx for reading
Uwe
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