Here is the issue, I have a date format of 2019-12-24T15:46:23.978Z and I'm needing to form that into a proper date and time in my XenForo addon. This is being pulled using JSON.
Thanks to @Sim in another thread, we figured out so far the following:
{{ date_from_format("Y-m-d\TH:i:s:u\Z"...