Difference between revisions of "Date"
(Marked this version for translation) |
|||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
The ''Date'' data type consists of a sequence that represents a date with day, month and year with numbers and separators (ex.: 01/01/2013 or 2013/01/01). | The ''Date'' data type consists of a sequence that represents a date with day, month and year with numbers and separators (ex.: 01/01/2013 or 2013/01/01). | ||
+ | <!--T:2--> | ||
In many places like when [[Adding Columns to an Object|adding a date column to an object]] or creating [[Filters|filters]] it's possible to select a date part (YEAR, MONTH, DAY, TRIMESTER, ...) or combinations between them to be used. | In many places like when [[Adding Columns to an Object|adding a date column to an object]] or creating [[Filters|filters]] it's possible to select a date part (YEAR, MONTH, DAY, TRIMESTER, ...) or combinations between them to be used. | ||
+ | <!--T:3--> | ||
The data type of a column is defined in the data source creation, see [[Input Data Format]]. | The data type of a column is defined in the data source creation, see [[Input Data Format]]. | ||
</translate> | </translate> |
Revision as of 13:34, 2 April 2014
The Date data type consists of a sequence that represents a date with day, month and year with numbers and separators (ex.: 01/01/2013 or 2013/01/01).
In many places like when adding a date column to an object or creating filters it's possible to select a date part (YEAR, MONTH, DAY, TRIMESTER, ...) or combinations between them to be used.
The data type of a column is defined in the data source creation, see Input Data Format.