Y Yiannis T Guest Feb 27, 2009 #1 How can I get the time that a php file is executed and copy that value into a Date() object in javascript?
How can I get the time that a php file is executed and copy that value into a Date() object in javascript?
G genieinyahoo Guest Feb 27, 2009 #2 something like this: var javascriptDate = <?php print date(); ?>