DATE function

  • 21 December 2021
  • 0 replies
  • 1430 views

Userlevel 5
Badge +3

Description

Creates a Date from the given year, month a day.

 

Syntax

DATE(Year, Month, Day)

 

Arguments

Argument Type Dimensions Description
Year

(required)

Integer Any Dimensions Year of the date.
Month

(required)

Integer No Dimension or Dimensions of argument Year Month of the date.

Day

(required)

Integer No Dimension or Dimensions of argument Year Day of the date.

 

Returns

Type Dimensions
Date Dimensions of argument Year

 

Examples

Formula Result Description

DATE(2020, 12, 02)

December 2nd 2020  

 

See also

Excel: DATE

 

More of a hands-on learner? 

Talk to your Customer Success Manager about downloading the Functions and Modifiers in Pigment Application into your workspace.  It includes examples of every formula and modifier in Pigment!

 

 


This topic has been closed for comments