Back to Topic Index
CODE |
var date = new Date(); var month = date.getMonth(); var day = date.getDate(); |
CODE |
var date = new Date(); var month = date.getMonth(); var day = date.getDay(); |
QUOTE: RobbieThe2nd @ November 30, 2010 12:37 pm) |
I changed it for you, and made the file editable by you. |
Back to Topic Index