current date as gif
current date as gif
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- mitsu0
on the server-side get the month and using an if / else or select case / switch case conditional and show the appropriate .gif. do the same for the day. and then the year, or just hard code the year, depending on how often you redesign your site. server-side scripts will reflect the date of the server, whereas javascript will show the local date/time of the user.