changing date format

Status
This content is read-only, or is not open for further replies.

SeaWolf

Guest
offline
Hello,
i'm trying to change a date format from 24 november 2024 to 24 nov. 2024, (not on whole site)

so this one <dd>{{ $user.register_date }}</dd> to this <dd>{{ date_format($user.register_date,'d-M-Y') }}</dd>
But i miss something as it show nothing

Thanks!

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom