2012-07-21から1日間の記事一覧

JSX用strftime()/strptime()を書いた

https://github.com/gfx/mizuki // example/datetime.jsx import "../lib/mizuki/datetime.jsx"; class _Main { static function main(args : string[]) : void { var d = new Date; if (args.length > 0) { DateTime.setLocale(args[0]); } var f = "[%a %b…