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

PHPMaster.com: Role Based Access Control in PHP

NETTUTS.com: CodeIgniter From Scratch: Day 5 – CRUD

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 1

Larry Garfield's Blog: Good SPL intro

Web Developement Blog: Curl: Location redirect while open_basedir is set


Community Events











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


introduction community testing api code phpunit release zendframework2 series development language interview application framework database functional example composer opinion podcast

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