January 2017
Beginner to intermediate
372 pages
5h 55m
English
There are two functions to return the current datetime and date in the model. The TODAY function will return the current date with the time set to 12:00:00 AM. This function is useful when you need to use the current date as an input for your time calculations. The NOW function returns not only the current date, but also the exact time of when the function is executed. Depending on the time interval required, using the today function would allow you to calculate the number of sales over the last 6 or 12 hours.
Current_DateTime:=NOW()
Read now
Unlock full access