How to change format of entry date in calculated field
Hello,
I'm working on creating a custom project code that uses the entry date as part of it. I got this calculation to work
CONCAT((Entry Date),"-",Reference Number,"-",Queue Topic code)
but the formatting of the date came in with this format 11/2/21 and I need it to be just numbers without the back slashes and read 11221 or even better 110221. Does anyone know of a way to do this? The output currently looks like this:
11/2/21-123456-CC but I want 110221-123456-CC
I appreciate any help!
Thanks,
Michelle