Convert Date to string

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

image

The format needs to be a string which needs to be delimited by quotes:

$Date.strftime('%x')
1 Like