yyyymmdd date extraction

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
split
new Date().toISOString().split('T')[0];
ready
sllice
new Date().toISOString().slice(0, 10);
ready

Revisions

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