[SalesForce] Formula: convert text to date

How would you convert February 23, 2016 to a date value without using the DATEVALUE function?
I get the #Error result from my formula if I use the function.

Best Answer

The DATEVALUE function is used to convert Date/Time values into just a Date value. If you want to convert a Text value into a Date value, try using DATE(text). See Using Date and Date/Time Values in Formulas for more help with Date and Date/Time formulas.

Related Topic