Cupara
Well-known member
Here is the issue, I have a date format of
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:
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 this solved so that I can move on to preparing this addon for release.
Code:
2019-12-24T15:46:23.978Z
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) }}
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 this solved so that I can move on to preparing this addon for release.
Last edited: