Comparing version 1.3.2 to 1.3.3
@@ -237,3 +237,3 @@ const request = require('node-superfetch'); | ||
if(format) { | ||
const y = format.replace("S", tarih.getHours() < 10 ? "0" + tarih.getHours() : tarih.getHours()).replace("D", tarih.getMinutes() < 10 ? "0" + tarih.getMinutes() : tarih.getMinutes()).replace("s", tarih.getSeconds() < 10 ? "0" + tarih.getSeconds() : tarih.getSeconds()).replace("G", tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()).replace("A", aylarYaziUzun[tarih.getMonth()]).replace("A_Kısa", aylarYaziKisa[tarih.getMonth()]).replace("A_Sayı", aylarSayi[tarih.getMonth()]).replace("Y", tarih.getFullYear()).replace("g", günlerUzun[tarih.getDay()]).replace("g_Uzun", günlerUzun[tarih.getDay()]).replace("g_Kısa", günlerKısa[tarih.getDay()]) | ||
const y = format.replace("S", tarih.getHours() < 10 ? "0" + tarih.getHours() : tarih.getHours()).replace("D", tarih.getMinutes() < 10 ? "0" + tarih.getMinutes() : tarih.getMinutes()).replace("s", tarih.getSeconds() < 10 ? "0" + tarih.getSeconds() : tarih.getSeconds()).replace("G", tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()).replace("A", aylarYaziUzun[tarih.getMonth()]).replace("Y", tarih.getFullYear()).replace("g", günlerUzun[tarih.getDay()]) | ||
return y | ||
@@ -240,0 +240,0 @@ } else { |
@@ -35,3 +35,3 @@ { | ||
}, | ||
"version": "1.3.2" | ||
"version": "1.3.3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16839
221