Soon as NFT

This commit is contained in:
2021-11-07 14:22:16 +01:00
parent f7503916ce
commit 373b9459b5
9 changed files with 687 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ blockchainExplorer = function(){
var ladate = new Date(unixtime*1000);
var ladateStr = "";
ladate = _convertUTCDateToLocalDate(ladate);
// ladate = _convertUTCDateToLocalDate(ladate);
ladateStr += ladate.getFullYear();
ladateStr += "/" +("00"+(ladate.getMonth()+1)).slice(-2);