Skip to content

Instantly share code, notes, and snippets.

@pivotal-casebook
Created January 10, 2014 18:08
Show Gist options
  • Save pivotal-casebook/8359416 to your computer and use it in GitHub Desktop.
Save pivotal-casebook/8359416 to your computer and use it in GitHub Desktop.
one-liners
Pivotal Tracker: in a story's History view, replace the timestamps (e.g., "3 hours ago", "Jan. 1") with full-precision ones (e.g., "1 Jan 2014, 12:34pm").
$("span[data-millis]").each(function(index) { $(this).html($(this).parent('span').attr('title'));})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment