DATE Function

From Planfix
Revision as of 06:38, 21 December 2019 by SliZzzZ (talk | contribs) (Created page with "The DATE function returns a date made up of the year, month, and day. ''Format:'' DATE(year;month;day) ''Examples:'' DATE(YEAR(B);MONTH(B);+1;DAY(B)) == Go To == *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The DATE function returns a date made up of the year, month, and day.


Format:

DATE(year;month;day)


Examples:

DATE(YEAR(B);MONTH(B);+1;DAY(B))



Go To