Changes

Jump to: navigation, search

Pandora - Sample - Obtain Current Server Time

653 bytes added, 19:46, 5 August 2010
Created page with 'This following will obtain the server time in real time. ss_developer_key="xxxxxxxxxxxxxxxxxxxxxxxxxxx” var rs=session_getuser(false,'','now() as currentdate'); thedate=…'
This following will obtain the server time in real time.

ss_developer_key="xxxxxxxxxxxxxxxxxxxxxxxxxxx”
var rs=session_getuser(false,'','now() as currentdate');
thedate=rs.getfieldbyname(1,"now() as currentdate");
alert(thedate);


==Notes==
* This method is often preferred to using JavaScript to obtain the current time. JavaScript uses the time on the client machine, which doesn't take time zones into consideration and is also configurable by the user so can bypass submission time restrictions etc.
* You will need to enable the ''Find'' permission on ''Session_CurrentUser'' within the [[Pandora Security Matrix]]

[[Category:Pandora]]
0
edits

Navigation menu