home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 25: Programming
/
pc_actual_25.iso
/
Javascript
/
JavaScriptEditor
/
jse_en28.exe
/
%MAINDIR%
/
Tutorial
/
datetime.js
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-09-10
|
187 b
|
5 lines
today = new Date()
document.write("Timeú║ ",today.getHours(),":",today.getMinutes())
document.write("<br>Dateú║ ", today.getMonth()+1,"/",today.getDate(),"/",today.getYear());