- Posts: 31
- Thank you received: 0
OS Property support center
SOLVED !!! Detail View Time Error
- aimztech
- Topic Author
- Offline
- Junior Member
-
Less
More
9 years 8 months ago - 9 years 8 months ago #69026
by aimztech
SOLVED !!! Detail View Time Error was created by aimztech
Hello:
On detailed view of the property, the created on column shows the date to be okay but is showing the time as 00:00:00. Please kindly guide how to fix this.
Thank you
On detailed view of the property, the created on column shows the date to be okay but is showing the time as 00:00:00. Please kindly guide how to fix this.
Thank you
Last edit: 9 years 8 months ago by Mr. Dam.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 8 months ago #69028
by Mr. Dam
Replied by Mr. Dam on topic Detail View Time Error
Hi Ali,
Please send the screenshot
Dam
Please send the screenshot
Dam
Please Log in or Create an account to join the conversation.
- aimztech
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 0
9 years 8 months ago #69031
by aimztech
Replied by aimztech on topic Detail View Time Error
Please find attached screenshot
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 8 months ago #69061
by Mr. Dam
Replied by Mr. Dam on topic Detail View Time Error
Hi Ali,
You can solve the problem by openning file: components > com_osproperty > templates > theme1 > details.html.tpl.php
Find
and replace by
Good luck
Dam
You can solve the problem by openning file: components > com_osproperty > templates > theme1 > details.html.tpl.php
Find
Code:
echo JHTML::_('date', $row->created , $configClass['general_date_format']);
Code:
$created = JHTML::_('date', $row->created , $configClass['general_date_format']);
echo str_replace("00:00:00","",$created);
Good luck
Dam
The following user(s) said Thank You: aimztech, Eugene
Please Log in or Create an account to join the conversation.
- aimztech
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 0
9 years 8 months ago #69067
by aimztech
Replied by aimztech on topic Detail View Time Error
Thank you
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.