Search found 1 match

by cinvernizzi
Thu Nov 27, 2003 5:42 am
Forum: Anything Goes
Topic: check date in safari
Replies: 1
Views: 2825

check date in safari

i'm working with mac os X 10.2.3 and safari I'm trying to build a web page with date check. I inserted the code il codice <script language="JavaScript" type="text/JavaScript"><!-- var mydate = new Date(); var day = mydate.getDate(); var month = mydate.getMonth(); // --></script> ...