Client Side Date

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sujithfem
Forum Newbie
Posts: 23
Joined: Tue May 23, 2006 10:56 pm
Location: India
Contact:

Client Side Date

Post by sujithfem »

Hi,
I wanna get local date, I mean client system date, is it possible by PHP, let me know the solution for the same, thank you
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Code: Select all

var img = new Image();
img.src = 'yourscript.php?' + (new Date().toString());
sujithfem
Forum Newbie
Posts: 23
Joined: Tue May 23, 2006 10:56 pm
Location: India
Contact:

Post by sujithfem »

Thank You Very Much
Post Reply