new Date()

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
'2013-11-13'
new Date('2013-11-13');
ready
2013, 11, 13
new Date(2013, 11, 13);
ready
'11/13/2013'
new Date('11/13/2013');
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.