We are building a custom form that has a date as part of the input. The
inputs then derive a unique identifier for the piece in question. This
is the expression so far, bolded text is the challenge right now
CONCAT(Short Name,"-",Assigned Number,"-",DC, Client Type,"-",Client
Product Acronym,"-", DAYOFMONTH(Date Of Meeting),MONTH(Date Of Meeting),
YEAR(Date Of Meeting)) I want the results to be -DDMMYY. so 21Jan22 for
instance or 15Jun23. I can see the values I need (DD, MM, and YY
respectively)...