Sometimes blues hacks

[philiptellis] I've been a programmer almost all my life. My code is scattered all over the place. Some of it is linked from here.


Featured hack: strftime.js

Detailed explanation about strftime.js

In the field below, enter any of strftime's supported format specifiers. The whole list is available with the PHP documentation for strftime. The result will be the current date using that format printed out in English, French and German.

Examples

Natural language:
%A, %d %B
ISO 8601:
%Y-%m-%dT%H:%M:%S%z
YYYY/mm/dd:
%Y/%m/%d
Preferred:
%c, %x, %r

Background: