date(<Year>, <Month>, <Day>) : Date
date(<Year>, <Month>, <Day>, <Hour>, <Mintues>) : Date
The date function is used to create a date from the specified year, month and day parameters.
When you use static dates, you need to enclose the value with the # symbol. The date should be in the following format - dd/mm/yyyy hh:mm
date(2020, 08, 15) => #Aug 15, 2020#
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.