Question : Cross-Browser time/date javascript

I am in search for a dynamic Javascript function that shall write the full time (seconds counting) and date in a div and which will be updated every second. Also I would like to have the option to customize it (change month/day names etc.).

Date/time format should be like:      Saturday 6 June 18:45:03

I am planning to have a website in different languages and I will be putting the time/date function in each of them through php. Therefore the code should have a variable representing the time zone so that I can change the time zones for each country I will use it for.

ex.   British website ---> time ~> GMT (or UTC) plus 0
        German website ---> time ~> GMT (or UTC) plus 1

Last but not least, the javascript should be compatible with all major browsers (IE, Mozilla, Opera, Netscape etc). Tried several other scripts but they only worked in IE, so cross-browser compatibility will be much appreciated.

Thank you for your time.

Answer : Cross-Browser time/date javascript

Something like this perhaps?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:



 Timer Div 
 


 





Open in New Window Select All
 
FormatDate.js
 
Random Solutions  
 
programming4us programming4us