I use a simple expression to display dates co...

I use a simple expression to display dates compactly. For example 5/20/2017 is displayed as “Su 5/20”

This has been working well. But in the last couple of days it is only displaying the first character. So, the above example is shown as “S” only.

Does anyone know what changed? Nothing changed on my end.

The expression is this: =(CONCATENATE([Day]," “,MONTH([PresentationDate]),”/",DAY([PresentationDate])))

And I have this expression for Day: =IF(WEEKDAY([PresentationDate])=1,“Su”,(IF(WEEKDAY([PresentationDate])=2,“Mo”,(IF(WEEKDAY([PresentationDate])=3,“Tu”,(IF(WEEKDAY([PresentationDate])=4,“Wd”,(IF(WEEKDAY([PresentationDate])=5,“Th”,(IF(WEEKDAY([PresentationDate])=6,“Fr”,(IF(WEEKDAY([PresentationDate])=7,“Sa”,“none”)))))))))))))

Thanks, Onder

0 11 387
11 REPLIES 11
Top Labels in this Space