![]()
Sorry, abit of a novice.
How would i achieve the same functionality as this vbscript in javascript?
i really should spend a little more time learning javascript, but work is so time consumingCode:<SCRIPT TYPE="TEXT/VBSCRIPT"> document.write(MonthName(month(#<%=rs("DB_DATE")%>#))) document.write(" ") document.write(Year(#<%=rs("DB_DATE")%>#)) </SCRIPT>![]()
Thanks for any help...



Reply With Quote
I see what you mean. Try this:
Bookmarks