Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
DEPRECATED - use ^value(format(date("today")))^. See ^value^, format(), date(), today.
^today( [item] [, format] )^
The current date for the current item, or optional item if a different note. The format string is also optional. Thus ^today^ supports zero, one, or two arguments. It always exports the current date and time at the time of export; in the two-argument form, the note designator is ignored.
- ^today^
- ^today(format string)^
- ^today(which_note,format_string)^
The current date when the item or note was exported to HTML. The format string is optional.
The default ^today^
: 01/02/2016 (day/month order here as this OS is set for UK)
The same in RFC 822 format ( ^today(this,*)^
): Mon, 1 Feb 2016 11:24:00 +0000