Difference between revisions of "O03 - Contact Date (Reports & Settings Report Generator variable)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
(New redirection changes)
(Tag: New redirect)
 
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[O03 - Contact date (Reports & Settings Report Generator variable)]]
== Syntax ==
 
'''O03'''{N/T, CCYYMMDD}
 
 
 
== Description ==
 
The Date the contact was made.
 
 
 
== Parameters ==
 
;N/T
 
:A text parameter that can be omitted (it defaults to "N").
 
:;N
 
::Numeric result. This is the number of days since the first of January 1980. This is most commonly used for sorting purposes.
 
:;T
 
::Text result. This is the date formatted for display, e.g. {{DataValue|01/01/2004}}. You can optionally use the next parameter to control the exact format.
 
;CCYYMMDD
 
:A text parameter that can be omitted (it defaults to "DD/MM/CCYY").
 
:When the previous parameter is {{DataValue|T}}, this parameter can be used to control the exact format. The following four values can be combined in any order, with separating characters if required.
 
:;DD
 
::Day (01 to 31).
 
:;MM
 
::Month (01 to 12).
 
:;CC
 
::Century (19 or 20).
 
:;YY
 
::Year (00 to 99).
 
{{Example|text=
 
;DD/MM/CCYY
 
:Same as the default.
 
;MM/DD/CCYY
 
:Output in USA format.
 
;CCYYMMDD
 
:Use for sorting into date order (would have the same effect as using the numeric result).
 
;CCYYMM
 
:Use for grouping by month.
 
}}
 
 
 
 
 
== Returns ==
 
A text or numeric (depending on the parameters) value whose typical size is 10 characters.
 
 
 
{{KB_Tags|date, day, month, year}}
 
[[Category:Reports & Settings Report Generator variables]]
 

Latest revision as of 05:51, 12 May 2020