Hi all,
Anyone convert text to date using formula yet? I can't "Light Bulb" on how I can do this.
For example this is one format that many email people would use these format, I need to convert it to numbers so that I can use it for "dueDate"
"31 July 2023"
or "31 Jul 2023".
I try variation of this but fail:
datetime\format("31/07/2023", 'America/New_York', 'DD/MM/YYYY')
Looking at documents, there doesn't seem to be any good way to do this, or I didn't see it.
Maybe I need to do bunch of "string\replace"? For example (fake formula, ignore bad syntax error)
ifThen "Jul = 07; jun=06, etc
Anyone convert text to date using formula yet? I can't "Light Bulb" on how I can do this.
For example this is one format that many email people would use these format, I need to convert it to numbers so that I can use it for "dueDate"
"31 July 2023"
or "31 Jul 2023".
I try variation of this but fail:
datetime\format("31/07/2023", 'America/New_York', 'DD/MM/YYYY')
Looking at documents, there doesn't seem to be any good way to do this, or I didn't see it.
Maybe I need to do bunch of "string\replace"? For example (fake formula, ignore bad syntax error)
ifThen "Jul = 07; jun=06, etc
Comment