Support how to change live stats new member time to date or time

blu3men

Registered
@newmoon
Login Admin.
Open the "lfs_tab.new_members" template file.
Search this:
{{ date_time($user.register_date) }}
Replace the following with one of the following you want:

Rich (BB code):
OptionCodeResult
Year{{ date($user.register_date, 'Y') }}2025
Month{{ date($user.register_date, 'm') }}07
Day{{ date($user.register_date, 'd') }}12
Time (hour:minute){{ date($user.register_date, 'H:i') }}14:38
Date (Day/Month/Year){{ date($user.register_date, 'd/m/Y') }}12/07/2025
Day name{{ date($user.register_date, 'l') }}Monday
Short{{ date($user.register_date, 'D') }}Mo
Month name{{ date($user.register_date, 'F') }}July
Month name short{{ date($user.register_date, 'M') }}Jul
Combinated{{ date($user.register_date, 'Y-M-d') }}2025-Jul-12
 

newmoon

Registered
1752445507972.png

how can i remove the clock and show the date and time
when i remove the clock it dont show the date and time

1752445597148.png

please guide and teach
thank you

1752445638220.png
 
Back
Top Bottom