Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created February 25, 2018 03:31
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 dance2die/145a586dc68343e7c1694e7577130a50 to your computer and use it in GitHub Desktop.
Save dance2die/145a586dc68343e7c1694e7577130a50 to your computer and use it in GitHub Desktop.
WhereDemo(Orders);
// returns
// Order ID: 1, Quantity: 40, Order Date: 01 Jan 2018 01:01 AM pst
filterDemo(orders);
// returns
// Order ID: 1, Quantity: 40, Order Date: Thu Feb 01 2018 01:01:01 GMT-0500 (Eastern Standard Time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment