How do you change the date format in Dolphin 7.x.x ?

Hi

I would like to know how to change the date format that is shown on the profile page to the European format of dd/mm/yyyy.

Currently in the admin I have

 

Time Format(for code): H:i

Short Date Format(for code): d.m.Y

Long Date Format(for code): d.m.Y H:i

Time Format(for database): %H:%i

Short Date Format(for database): %d.%m.%Y
Long Date Format(for database): %d.%m.%Y %H:%i
PHP date format: F j, Y



 

But one the profile page the date format is

 

Registration Date:      2010-12-27 01:46:17

Last Login Date:     2011-01-04 12:53:52

Last profile edition date:     2010-12-31 05:31:30

 

Could any please tell me how to change the above to

 

Registration Date:      27-12-2010 01:46:17

Last Login Date:     04-12-2010 12:53:52

Last profile edition date:     31-12-2010 05:31:30

 

Thanks in advance

Quote · 4 Jan 2011

 

Hi

I would like to know how to change the date format that is shown on the profile page to the European format of dd/mm/yyyy.

Currently in the admin I have

 

Time Format(for code): H:i

Short Date Format(for code): d.m.Y

Long Date Format(for code): d.m.Y H:i

Time Format(for database): %H:%i

Short Date Format(for database): %d.%m.%Y
Long Date Format(for database): %d.%m.%Y %H:%i
PHP date format: F j, Y



 

But one the profile page the date format is

 

Registration Date:      2010-12-27 01:46:17

Last Login Date:     2011-01-04 12:53:52

Last profile edition date:     2010-12-31 05:31:30

 

Could any please tell me how to change the above to

 

Registration Date:      27-12-2010 01:46:17

Last Login Date:     04-12-2010 12:53:52

Last profile edition date:     31-12-2010 05:31:30

 

Thanks in advance

Copy and paste in word>then put the month first then day then year example m.d.Y.H:i

What's that falling? its a bird, its a plane, oh wait its Facebook
Quote · 4 Jan 2011

Hi, I have now done that and cleared the cache, but no change to the date format on the profile page. Do you have any other ideas on what I am doing wrong?

Quote · 4 Jan 2011

Apparently you need to hard code the date format for the profile page, it's not something that you can do from the admin. Does anyone know how to do that in Dolphin 7.0.4?

Thanks

Quote · 5 Jan 2011

hi, I just meet the available problem. I want to display the date formt to 2012-09-21, and I resolved it by this:

update the 2 records in the db as this:

UPDATE `sys_options` SET `VALUE` = 'Y-m-d H:i' WHERE `sys_options`.`Name` = 'date_format_php';
UPDATE `sys_options` SET `VALUE` = 'Y-m-d' WHERE `sys_options`.`Name` = 'short_date_format_php';

then clear the cache.

and the dateformat display ok.

Quote · 20 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.