Posted on c/ElrondDevelopers 1 mau283650748c/ElrondDevelopers 2 years ago Hello, is there a way to parse a block number timestamp in order to get the date? Comment 1 Comments mwf81318617 2years ago new Date(block.block_timestamp*1000) should do the trick :)
new Date(block.block_timestamp*1000) should do the trick :)