different date timestamp typescript code example
Example: how to get the timestamp in javascript
const currentTimeInSeconds=Math.floor(Date.now()/1000); //unix timestamp in seconds
const currentTimeInSeconds=Math.floor(Date.now()/1000); //unix timestamp in seconds