PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Europse time and date format (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111255-europse-time-date-format.html)

aberg January 1st, 2005 10:56 AM

Europse time and date format
 
Where can i find the languages for the data and timeformat?
in the integration file i can't find this.
Before it was place in the pp_inc.php file
I use the Europe time and date format

Chuck S January 1st, 2005 11:02 AM

language files pp-inc.php

aberg January 3rd, 2005 10:42 AM

Yes i have found this.
But this don't work for the inc_photopost.php when use in the index by Vbulletin.
I believe this file call the $pptime.
I can't find this file.
Also i think there is a bug in the date file from photopost.
This is what the forum has:

Ma 3 , 2005 3:51pm

I have fill in in the options dow dd month, yyyy
So why no month??
Is this because i have translate to Dutch?

Chuck S January 3rd, 2005 10:47 AM

What is Ma that looks to be your month.

$pptime is the variable dow dd month, yyyy

aberg January 9th, 2005 09:55 AM

The problem with the date is in the inc_photopost.php file i think
On the homepage from the photopost the date is ok.
Its this:

Za 8 Januari, 2005 11:56pm

On the index from Vbulletin with use from the inc_photopost.php is this:

January 09, 05

As you can see that's different from the europe date
Any idea ??

Chuck S January 9th, 2005 10:04 AM

Change whats in inc_photopost.php to suit your needs

// vB calls to format time
$pptime = @date("F d, y", $lastphotime);
//$pptime .= " <span class=\"time\">" . @date("h:i A", $lastphotime) . "</span>";

aberg January 9th, 2005 12:32 PM

Thanks Omegatron that was the solution.
Now it is working oke !!


All times are GMT -5. The time now is 05:15 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97