now()
Description
returns the current date and time
can be used with other date functions
Example
now()
returns yyyymmddhhmm
now()+5
returns the date and time five days from the current date
right(now,4)
returns the time only hhmm extracting the right most 4 characters
Related Rules
today()