User Tools

Site Tools


syntax:functions:today

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syntax:functions:today [2015/02/01 14:36] dmitrysyntax:functions:today [2021/08/30 02:55] (current) craigt
Line 1: Line 1:
-===== Today() =====+====== Today() =====
 +Category:  Date and Time function 
 + 
 +\\  
 +=====Description===== 
 +This function returns today's date as a date serial number. 
 + 
 +\\  
 +=====Arguments===== 
 +This function does not require arguments. 
 + 
 +**Return value type:** Number (date serial value). 
 + 
 +\\  
 +=====Remarks===== 
 +This function returns the current date at the time the workflow is run.  Each time the workflow is run, the date value updates to the present value. 
 + 
 +Note that this function differs from the [[syntax:functions:now|Now()]] function by only returning the //date// portion of the current date, instead of returning both the date and time components. 
 + 
 +\\  
 +=====Examples===== 
 + 
 +  today()  //Returns 42097 (Example run on April 4th, 2015.) 
 +   
 +\\  
 +===== See also ===== 
 +  * [[syntax:functions:now|Now()]]
  
-Returns today's date represented as number. 
syntax/functions/today.txt · Last modified: 2021/08/30 02:55 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki