30.11.2014 Views

2. HTML – Úvod do jazyka - KSP

2. HTML – Úvod do jazyka - KSP

2. HTML – Úvod do jazyka - KSP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Funkcie na prácu s dátumom<br />

a časom<br />

funkcia<br />

getDate()<br />

getDay()<br />

getMonth()<br />

getFullYear()<br />

getHours()<br />

getMinutes()<br />

getSeconds()<br />

getMilliseconds()<br />

setTimeout("funkcia()",<br />

čas);<br />

clearTimeout(timer)<br />

popis<br />

deň v mesiaci, 1 –31<br />

deň vtýždni, 0 –6 (0 = nedeľa, 1 = pondelok)<br />

mesiac, 0 –11 (0 = január, 1 = február)<br />

rok ako 4 číslice<br />

hodina, 0 –23<br />

minúty, 0 –59<br />

sekundy, 0 –59<br />

milisekundy, 0 –999<br />

Vykoná sa funkcia (len raz) po uplynutí času<br />

vmilisekundách. Vráti identifikátor timeru –použije sa<br />

na jeho zastavenie pomocou funkcie clearTimeout().<br />

Zruší nastavenie setTimeout.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!