Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Here is the issue, I have a date format of 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
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...
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
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
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) }}
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
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...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.