Quote:
Originally Posted by yeku
To correct the error in time:
1?.- Plugins Manager
2?.- Product : Cyb - Visitors in Last X Hours
3?.- Cyb - VILXH - MN - forumhome_complete [ Edit]
4?.- Search this:
Code:
$vilxh_visitor[lastactivity], 1).', '.vbdate('H:Y', $vilxh_visitor[lastactivity]);
5?.- Replace with:
Code:
$vilxh_visitor[lastactivity], 1).', '.vbdate('%H:%M', $vilxh_visitor[lastactivity]);
And now the time is correct.
greetings
|
If the previous time fix posted above didnt work for you as it didnt for me try this:
Code:
$vilxh_visitor[lastactivity], 1).', '.vbdate('h:y', $vilxh_visitor[lastactivity]);
If you put "%M" "%H" it doesnt work. Try the little "h" and little "y" to give you the time the way you guys want it. The standard time is military time. The only thing I want to know now is what to insert to get "am" and "pm". As soon as I figure it out I will post it. The goal is to have the time display 09:15 pm or 9:15 pm.
Later.
Hope this helps someone!