Created
June 14, 2011 11:03
-
-
Save feedhenry-gists/1024688 to your computer and use it in GitHub Desktop.
Current Date/Time Cache Server Side New
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function readTime() { | |
$fh.act({act:'getCurrentTimeRegEx'}, function(res) { | |
// Display the time in-app using jQuery | |
$('#current_time_response').html(res.date); | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment