2 Commits

Author SHA1 Message Date
e1eb23427e fix issue#24 by switching datestring from DMY/MDY formats to YMD 2022-09-14 21:23:35 +02:00
Stanisław Dzioba
a49bb45ae6 Merge pull request #23 from gractwo/bruh
inkluzywnosc nongamerow
2022-08-10 22:29:38 +02:00

View File

@@ -39,7 +39,8 @@ export default function Home() {
<a className="days"> <a className="days">
<h1> <h1>
{Math.floor( {Math.floor(
(Date.now() - new Date("06.07.2020").getTime()) / 86400000 // (Date.now() - new Date("06.07.2020").getTime()) / 86400000
(Date.now() - new Date("2020-07-06").getTime()) / 86400000
)}{" "} )}{" "}
dni dni
</h1> </h1>