🏠Data ModelingFunction ListFORMATOn this pageFORMATConverts a value to text in the specified format.SyntaxFORMAT(<date>, <layout>)ParameterTypeDescriptiondateDateA date, or a formula that evaluates to a date value.layoutTextA date format that you specify.Return valuesTextExamplesFORMAT(orders.created_at, "DD MM, YYYY")