current date as gif
current date as gif
Out of context: Reply #6
- Started
- Last post
- 16 Responses
- mitsu0
it would work something like this:
let us know if you need a more thorough example.if(month==1){
img_element.src="jan.gif";
}else if(month==2){
img_element.src="feb.gif";
}else{
//you get the point
}