How to specify date in formula language?

You should refer to a date using the Date() formula.

Date(year, month, day)

It returns the observation number of the specified date. Make sure you input the components of the date in the right order. For example:

Date(2017, 01, 01)

For more information:

Formula analysis