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).
code snippetLorna Mitchell's Blog: Locale-Sensitive Dates in PHPPHPDeveloper.org Wed, 11/05/2008 - 08:48
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). Creating custom PHPUnit assertions - Raphael StoltPlanet PHP Mon, 07/28/2008 - 12:02
While developing PHP applications and applying developer testing the applications safety net will grow along the timeline, and as normal code, test code should be in a fresh, odour free state too. Encoding issue with XMLHttpRequest and Firefox 3 - Christian Sto...Planet PHP Wed, 06/25/2008 - 04:41
In Firefox 3.0.0 there is a "strange" regression issue regarding the encoding of XMLHttpRequest requests. What we basically do on the client side in JavaScript: this.data = new XMLHttpRequest(); this.data.open('POST', dataURI); this.data.send(xml); where "xml" is a DOMDocument Object. In Firefox 2.0 this request came with a ThinkPHP Blog: Put out the age of a date in wordsPHPDeveloper.org Fri, 04/11/2008 - 10:37
On the ThinkPHP blog today, Annika Rabea shares a method for outputting dates in words rather than in the usual numbers most applications use. |