Skip to content

Instantly share code, notes, and snippets.

@Nate-Wilkins
Created January 12, 2015 13:51
Show Gist options
  • Save Nate-Wilkins/09c2fefd9738d5a66183 to your computer and use it in GitHub Desktop.
Save Nate-Wilkins/09c2fefd9738d5a66183 to your computer and use it in GitHub Desktop.
R_ISO8601_STR.js
// https://github.com/angular/angular.js/blob/51d6774286202b55ade402ca097e417e70fd546b/src/ng/filter/filters.js#L428
var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;
// 1 2 3 4 5 6 7 8 9 10 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment