Watz
12/09/2020, 8:39 AMWatz
12/09/2020, 10:03 AMzvictor
12/10/2020, 1:32 AMzvictor
12/10/2020, 1:44 AMObject.prototype.toString.call(myVariable)
Watz
12/10/2020, 7:22 AMWatz
12/11/2020, 7:39 AMWatz
12/11/2020, 8:04 AMzvictor
12/23/2020, 5:33 AMTO_DATE()
although I cannot remember what exactly. If I could please ask one dumb question: is the underlying field a DATE or a DATETIME? And if it is a DATETIME, is it a custom field or a built-in timestamp field such as created
or lastmodified
?zvictor
12/23/2020, 5:38 AM^(19|20)\d{2}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$
The outer parentheses are unnecessary, by the way. I updated the part of the expression that models the year, too, to be more exacting, along the lines of your very nice modeling of month and day.zvictor
12/23/2020, 5:41 AMTO_DATE
, which is expressly for these kinds of things that need to be localization-aware.zvictor
12/23/2020, 5:43 AMTO_DATE
are not being met adequately.Watz
12/23/2020, 2:11 PMWatz
12/23/2020, 2:13 PMI'm trying to convert a date that is stored as text into a formula(date). All rows have valid dates in the format YYYY-MM-DD
zvictor
12/23/2020, 4:41 PM