How to convert string to timestamp?
node.js
Solution
Use Parse method of Date object as described here.
Problem
How to convert string to timestamp ? For example, I have string: ``` 2012-06-10T10:00:00+04:00 ```
node.js
Use Parse method of Date object as described here.
How to convert string to timestamp ? For example, I have string: ``` 2012-06-10T10:00:00+04:00 ```