OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Date format dd/mm/yy (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Date format dd/mm/yy

admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 101  
Hi,

This option work only for end user interfaces, This option not work for admin interface.

Where you see this ?

Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
alfabeto (Visitor)
Posts: 0
graphgraph
User Offline
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 0  
I see in the rest request menu
Logged Logged
The administrator has disabled public write access.
alfabeto (Visitor)
Posts: 0
graphgraph
User Offline
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 0  
And,
how I make the changes in the data of backend
wich files I hae to change?
thanks
Beto
Logged Logged
The administrator has disabled public write access.
alfabeto (Visitor)
Posts: 0
graphgraph
User Offline
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 0  
Hi,

I realy need to convert the date from SQL to format d/m/Y in the backend !!!

Thanks

Beto
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 101  
Dear Beto,

when you in admin part go to Booking Manager - you see url
{your site}/administrator/index.php?option=com_realestatemanager&task=rent_requests
take attention to: task=rent_requests


please go to file admin part:
{your site}/administrator/components/com_realestatemanager/

there are you find 2 files
realestatemanager.html.php - responsible for show data
realestatemanager.php - responsible for prepare data

in file realestatemanager.php

find code:
Code:

        case "rent_requests":
            rent_requests($option, $bid);



this is task name: "rent_requests":

call function: rent_requests
and there are we prepare and show date for "Booking Manager"


at frontend we show date with date mask some like:
Code:


echo data_transform_rem($review->date);




Regards
Andrew
OrdaSoft team
Logged Logged
Last Edit: 2017/06/02 12:31 By admin.
The administrator has disabled public write access.
alfabeto (Visitor)
Posts: 0
graphgraph
User Offline
Re:Date format dd/mm/yy 6 Years, 10 Months ago
Karma: 0  
HI,

Thanks for the information, but I tried everything I known and got nothing

Beto
Logged Logged
The administrator has disabled public write access.
Go to top
»