The now() function returns the date as the integer portion and the time() as the fraction portion - thus int(now()) is the date and fract(now()) the time you are after.
format() is the way to see all this using date. Check out your F1 to see the options.
You can use Date() if you want the date to update every day or you can use Now() which will "stamp" the record with the current date and time and will not update everyday.
For the hour and minutes to show just choose the correct Date/Time formatting:
General Date = mm/dd/yyyy hh:mm:ss
mm = double digit month
dd = double digit day
yyyy = four-digit year
hh = double digit hour
mm = double digit minute(s)
ss = double digit seconds
Or you can customize it the same way like:
mm/dd/yyyy hh:mm
just make sure you type it just the way you see it in the 'Format' section of the properties.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.