1. NielsHenrik
  2. General
  3. Monday, August 14 2017, 11:42 PM
I want to have LastVist display date and tome (hour:minut) in a user list (table) how to do that?
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was night for us.

LastVisit date uses a language constant to set output format. the language constant should be DATE_FORMAT_LC1.

You can use Joomla language override feature to change this:
- Go to "Extensions->Language->Overrides
- Click to "New" button
- Set form like screenshot, default value (for english language) is "l, d F Y", you can change value in according with PHP date function (http://php.net/manual/en/function.date.php) so you can put something like "l, d F Y H:i"
Attachments (1)
  1. more than a month ago
  2. General
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.