Skip to content

Instantly share code, notes, and snippets.

@alexfinnarn
Created February 19, 2018 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexfinnarn/2709b39aa612fa71ae64d84886597654 to your computer and use it in GitHub Desktop.
Save alexfinnarn/2709b39aa612fa71ae64d84886597654 to your computer and use it in GitHub Desktop.
My comments on HelpScout's date format.
// The created at date in HelpScout is a variation of the "ISO 8601" format.
// Since it isn't exactly the standard, we can't use date('c').
// Instead, we get yesterday in the form of 1-1-2018 and add that to the jacked up format.
// Shrug?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment