I was wondering about how I could take the value of the below and drop everything following the date. I don't need the date-time, just the date. This is extracted from a field to be put into the subject for easier management.
- $CS.getValue("GUDF_DATE1");
The value pulled from the field is very long and unsightly for a subject line.
Is there any way to do this? Is the scripting language vanilla JavaScript? Or is it something a little more esoteric?
Thanks,
Devin