The Easy Way <script language=”javascript”> <!– document.write(Date()); –> </script> The easy way provides date, time and timezone information. If you want to display the date only, the following way will do that. The Hard Way <script language=”javascript”> <!– Today = new Date(); TodayDay = Today.getDate(); TodayMon = Today.getMonth(); TodayYear = Today.getYear(); if (TodayYear < 2000) […]
POW·ER·CRAM NOUN, \ˈPAU̇(-Ə)R\ˈKRAM\ – CONSISE, USEFUL INFORMATION ABOUT COMPUTERS, NETWORKS AND CLOUD.