Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What different function date and date#, timestamp and timestamp# ?
May be someone can help me to explain.
Thanks,
Danny H.
Danny,
date() changes a number into a date or date into a different data format.
date#() changes a text into a date
The same applies to timestamp() and timestamp#().
Karl
Danny,
date() changes a number into a date or date into a different data format.
date#() changes a text into a date
The same applies to timestamp() and timestamp#().
Karl
Thanks all