Datum anders weergeven - Joomla! Forum - community, help and support
ik heb nu in configuratie onder locale staan:
nl_nl.iso8859-1 bij country locale. mijn datum wordt nu als volgt weer gegeven: maandag, 21 november 2005
maar wat moet ik invullen als ik het als volgt wil zien: 21/11/2005????
nl_nl.iso8859-1 bij country locale. mijn datum wordt nu als volgt weer gegeven: maandag, 21 november 2005
maar wat moet ik invullen als ik het als volgt wil zien: 21/11/2005????
zoek in je taalbestand language/dutch.php naar
define('_date_format_lc','%a, %e %b %y'); //uses php's strftime command format
en verander dat in
define('_date_format_lc',' %#d/%m/%y'); //uses php's strftime command format
define('_date_format_lc','%a, %e %b %y'); //uses php's strftime command format
en verander dat in
define('_date_format_lc',' %#d/%m/%y'); //uses php's strftime command format
Comments
Post a Comment