Welcome Guest! You are welcome to browse, though you'll need a
free account
to post.
DesignersLounge
>
Forum
>
Web Development
>
Server Side Programming
Print Page
Php: Setlocale
Track Thread
Email Thread
dezmarie
title
Posts: 1262
Report Post
Posted:
03/24/05 01:58:12pm
This works:
<?php
setlocale(LC_ALL, 'sv_SE.iso88591');
$now = strftime("%B %e, %G, %R");
echo $now;
?>
Do you need am/pm, and do you need to use a 12 or 24 hour clock?
*Note: date() doesn't work with all locales