Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 14, 2011 11:03
Show Gist options
  • Save feedhenry-gists/1024688 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1024688 to your computer and use it in GitHub Desktop.
Current Date/Time Cache Server Side New
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