forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Nibbler on February 23, 2008, 02:39:40 pm

Title: [Fixed]: %e in date formats
Post by: Nibbler on February 23, 2008, 02:39:40 pm
%e is not supported on windows (apparently) for strftime() so we need to use an alternative such as %#d. The lang files affected are

english_gb
polish
finnish
french
swedish
Title: Re: %e in date formats
Post by: Joachim Müller on February 23, 2008, 05:43:22 pm
%e is PHP5.1 only, so yes: this should be fixed as you suggested.
Title: Re: %e in date formats
Post by: Nibbler on February 23, 2008, 05:49:08 pm
It's a strftime 'e' which is different to the date 'e'. I was going to commit the change but svn is apparently not working. Will try again later.
Title: Re: %e in date formats
Post by: Nibbler on February 28, 2008, 10:02:28 pm
Changed %e to %d in SVN.