
Here is the issue, I have a date format of
Code:
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:
HTML:
In the screenshot, there should be a properly formed date and time between the icon and dash but instead I'm left with a blank.
I really want to get...
Code:
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:
HTML:
{{ date_from_format("Y-m-d\TH:i:s:u\Z", $posts.created_at) }}
You must be registered for see links
In the screenshot, there should be a properly formed date and time between the icon and dash but instead I'm left with a blank.
I really want to get...
You must be registered for see links
You must be registered for see links