WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
setlocale (LC_ALL, 'bg_BG');
\date_default_timezone_set('UTC');
$publ_date = date(DATE_FORMAT,$post['published_when']+TIMEZONE);
if(LANGUAGE == 'DE'){ $locale = 'de_DE.UTF-8'; setlocale(LC_ALL, $locale); $publ_date = strftime('%d %B %Y', strtotime($publ_date)); } elseif(LANGUAGE == 'IT'){ $locale = 'it_IT.UTF-8'; setlocale(LC_ALL, $locale); $publ_date = strftime('%d %B %Y', strtotime($publ_date)); }else{ $locale = 'bg_BG.UTF-8'; setlocale(LC_ALL, $locale); $publ_date = strftime('%d %B %Y', strtotime($publ_date)); }