Skip to content

Instantly share code, notes, and snippets.

@loskael
Created January 4, 2016 06:58
Show Gist options
  • Save loskael/91ae4fdbf273e620e1d2 to your computer and use it in GitHub Desktop.
Save loskael/91ae4fdbf273e620e1d2 to your computer and use it in GitHub Desktop.
$.ajax({
type: 'HEAD',
success: function(data, state, xhr){
console.log(new Date(xhr.getResponseHeader('Date')));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment