Date#strftime var date = new Date(2011, 5, 29); date.strftime("%Y-%m-%d"); "2011-06-29" Problems ahead var date = new Date(2009, 11, 5); date.strftime("%Y"); //=> "2009" date.strftime("%m"); //=> "12" date.strftime("%d"); //=> "05" date.strft... 続きを読む
Jack Franklin explores five popular JavaScript testing libraries and provides examples of how to use them so you'll be able to choose the best one for the task in hand when your next JS project comes round This is the second article in our Es... 続きを読む
Continuously integrated JS development with Buster.js and Phantom.js Tiago Rodrigues @trodrigues trodrigues.net Lead JS dev @ Top10.com Part of the LxJS organizing committee Loads of dev across different browsers, different libraries Testing ... 続きを読む