I'm trying to create a new attribute for weeks starting on Monday, and then format that into a simple date string, but it's showing up with "T00:00:00" after it and I cannot figure out why. Here is the attribute I created. The START_OF_WEEK_MONDAY part is working, but it's displaying with the extra timestamp portion.
Also, it's not showing up as a date in the selection tab; it's not showing me the advanced date selection options. Is this value not being recognized as a date anymore?
DATE_FORMAT(START_OF_WEEK_MONDAY([Ticket created - Date]),"YYYY-MM-DD")




