Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by Neko ( 12 years ago )
<html>
<head>
<meta charset="utf-8">
[removed]
var nazwy_dni=['e diel','e hënë','e martë','e mërkurë','e enjte','e premte','e shtunë'];
var nazwy_dni2=['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'];
var data=new Date();
[removed](nazwy_dni[data.getDay()]+'<br>');
[removed]('<br>');
[removed](nazwy_dni2[data.getDay()]);
var godzina= data.getHours();
var minuta= data.getMinutes();
if (godzina<10)
godzina='0'+godzina;
if (minuta<10)
minuta='0'+minuta;
[removed]('<br>'+godzina+":"+minuta);
[removed]
</head>
<body>
<button >
kliknij
</button>
</body>
</html>
Revise this Paste