[Fixed]: %e in date formats [Fixed]: %e in date formats
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Fixed]: %e in date formats

Started by Nibbler, February 23, 2008, 02:39:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

%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

Joachim Müller

%e is PHP5.1 only, so yes: this should be fixed as you suggested.

Nibbler

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.

Nibbler