nodejsHow to get current timestamp
Usage example
const ts = Date.now();
console.log(ts);
output
1660209069059
Related
More of Nodejs
- How to write file
- How to post url-encoded data
- How to set content type in HTTP server
- How to run Node.js script in background
- How to run Node.js script
- How to pipeline streams
- How to read stream to Buffer
- How to pretty print JSON stringify
- How to convert unix timestamp to date and time
- How to log errors
See more codes...