Kevin
Well-known member
I currently have a widget that will display in my template, that's working fine, but is there any XF syntax I can use to format the date in different options?
For example, I'm using
For example, I'm using
{{$thread.custom_fields.cv_tih_date|substr(0,4)}}
to display just the YYYY of it but could I, in the template, format it is MM-DD-YYYY (instead of default YYYY-MM-DD) or even MMM DD, YYYY?