I was playing around with the date format layout in another ext and came up with this little bit of code.
That will show the date format on start date to match whatever a user has selected in their ucp settings.
But you probably already know this. Just sharing...
$start_date = $this->user->format_date(date($this->config['board_startdate']));
That will show the date format on start date to match whatever a user has selected in their ucp settings.
But you probably already know this. Just sharing...
Statistics: Posted by Sniper_E — Wed Feb 12, 2025 8:36 pm