Full version: jsB@nk » Time » Clock » Current Date & Time (Short)
URL: https://www.javascriptbank.com/current-date-time-short.html
Put the current date & time on your page with this cool little JavaScript coding. All of 3 lines.....
Full version: jsB@nk » Time » Clock » Current Date & Time (Short)
URL: https://www.javascriptbank.com/current-date-time-short.html
<SCRIPT>document.write(Date()+".")</SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->