I have a date field called Date that I need to convert to a string. I thought the code below would do it, but I got something wrong
Help please
I have a date field called Date that I need to convert to a string. I thought the code below would do it, but I got something wrong
Help please
The format needs to be a string which needs to be delimited by quotes:
$Date.strftime('%x')