Archive for the ‘Javascript’ Category

Javascript date formatting library

This isn’t directly related to usability, but I just finished a date formatting function that I’ve been working on for a while.  It’s based on PHP’s date() function.  I frequently work with both javascript and PHP together, and I often find myself wanting PHP’s date function in javascript, too, which doesn’t have much in the [...]