Also forgot you should use *strftime()* instead of date() (
http://www.php.net/strftime )
Marek Kilimajer wrote:
Try
setlocale (LC_ALL, 'no_NO');
at the beginnig of your script (I'm not sure no_NO is right)
Alexander Verlo wrote:
I have a problem. My guestbook should log the time and date
Try
setlocale (LC_ALL, 'no_NO');
at the beginnig of your script (I'm not sure no_NO is right)
Alexander Verlo wrote:
I have a problem. My guestbook should log the time and date when
someone write the book. It does now, but not in my language
(norwegian). I have tried some of the hint's at y
2 matches
Mail list logo