From d5840b8e0bbd664aa60726ae506cd0f2d26bf9e1 Mon Sep 17 00:00:00 2001 From: Joel Date: Sat, 23 Jan 2016 12:12:33 -0300 Subject: [PATCH] fix date --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7db41007..7e520393 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ To get updates, watch the repo and follow the [Twitter account](https://twitter. # Tips list -## #(number) - Converting to number fast way +## #23 - Converting to number fast way -> yyyy-mm-dd(date) by [@sonnyt](http://twitter.com/sonnyt) +> 2016-01-23 by [@sonnyt](http://twitter.com/sonnyt) Converting strings to numbers is extremely common. The easiest and fastest ([jsPref](https://jsperf.com/number-vs-parseint-vs-plus/29)) way to achieve that would be using the `+` (plus) operator.