
Originally Posted by
cr3ative
You might need to change
var todaysec=
to what you want, rather than what you did.
Hope this helps
cr3ative
No offense, but that doesn't really sound right...
I mean, isn't that variable based off the today function? I mean...
Code:
var today=new Date(<? echo $currDate; ?>)
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
today.getSeconds = Local seconds of the minute (0-59), why would that make any difference? .......
Bookmarks