tags
// Wherever you want it to show
// Displays day, month, date, year
// This script is from http://javascriptkit.com
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("
"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"")
~Information~
::about::
::credit::
~Creativity~
::points.of.view::
::fanfiction::
::original::
::poems::
::artwork::
~Amusement~
::the downloads::
::the music::
::the books::
::the games::
::the anime::
::the chat::
~Random Fun~
::msn names::
::faces::
::quotes::
::poll::
~Blogs~
::mine::
::eric::
::amanita::
::sruti::
::madhvi::
::daniel::
::rian::
::suppi::
~Contact~
::how::
::guestbook::
~Links~
-
layout © kylara design
site © Minako Kansaki