hey i need to change the format of inserting the date value into the date object, someone know how can i do this ? i need to enter this format : DD/MM/YYYYY hh:mm (beside : MM/DD/YYYY hh:mm) i was try this : date=new Date("30/10/2007 11:11"); but its not working... thanks !
More...