Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a date variable in text format that contains values such as '02-SEP-14'. How can I convert these values into the actual date? I've tried: date(<datefield>,'DD-MMM-YY') but it does not work, it is still in text format. Thanks.
or simply
date#(<datefield>,'DD-MMM-YY')
hope this helps
regards
Marco