Reply To: server time

Author
Reply
  • #1983

    Hi,

    You must supply the theme generated by the server using PHP (or whatever else you might be using) and combine it with JavaScript. JavaScript can only get time of the current browser.

    PHP ‘date’ function can be used for this to provide full time, or to use ‘time’ to generate timestamp.

    Milan