Guest User

Untitled

a guest
Feb 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var now = new Date();
  2. var yesterday = new Date(Date.now() - 24*60*60*1000);
  3. ordersRef.where("state", ">=", yesterday).where("state", "<=", now)
Add Comment
Please, Sign In to add comment