News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Locale-Sensitive Dates in PHP
November 05, 2008 @ 08:48:44

Lorna Mitchell shares a quick code snippet she's worked up to make handling local-sensitive dates in PHP a bit easier (via the strftime function).

I needed dates like "Donderdag 23 Oktober", and I was sure PHP should know how to do this without me creating arrays for days of the week and months of the year. With some help from my friend (thanks Derick) I discovered that there is a date function in PHP that takes into account the locale of the script, called strftime.

Her code snippet shows how to set the correct local time (in her case, nl_NL with a UTF-8 encoding) and how to return a formatted string based on formatting characters (much like printf/sprintf).

0 comments voice your opinion now!
local sensitive date setlocalte strftime tutorial


blog comments powered by Disqus

Similar Posts

DZone.com: CakePHP - Web Test Cases with SimpleTest

Adrian Schneider's Blog: Caching Zend Framework Forms

PHP and Me Blog: Use Phing to Update your SVN-Version-Controlled Website Automatically, Through FTP

Vinu Thomas' Blog: PHPLiveX - Tutorial

O'Reilly: PHP Search Engine Showdown


Community Events











Don't see your event here?
Let us know!


object development testing phpunit language functional podcast tool application conference series opinion community introduction zendframework2 interview framework example code release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework