You don't have an account yet?
Become part of our PHP community and register now...
var obj_now = new Date(); var this_year = obj_now.getYear(); document.write(this_year);
Comment