Page 1 of 1

month name

Posted: Mon Jan 24, 2005 8:37 pm
by oxygenws
where you load "month" and "day of the week" names??
which file?!

i think that it has some bugs there with UTF-8!!

Posted: Mon Jan 24, 2005 10:14 pm
by tadpole

Posted: Mon Jan 24, 2005 10:21 pm
by oxygenws
thanks :)

as i said "which file?!" in serendipity load it??

Posted: Mon Jan 24, 2005 11:46 pm
by tired_one
strftime() is a built-in php function

http://us3.php.net/manual/en/function.strftime.php

This function gets it month and day of the week names from setlocale

http://us3.php.net/manual/en/function.setlocale.php

Posted: Tue Jan 25, 2005 12:19 pm
by oxygenws
thank you :)

i want to know, which file in serendipity weblog system used this php function :)

regards, omid

Posted: Tue Jan 25, 2005 1:46 pm
by garvinhicking
There are lots of them. The central one should be serendipity_formatTime() in include/functions.inc.php. The weekdays you're reporting to be wrong seem to be generated in templates/default/plugin_calendar.tpl

Regards,
Garvin