Skip to content

Instantly share code, notes, and snippets.

@EncodeTheCode
Created October 10, 2022 20:49
Show Gist options
  • Save EncodeTheCode/9879ce104b8e9c5c13fdb44fe98d4c78 to your computer and use it in GitHub Desktop.
Save EncodeTheCode/9879ce104b8e9c5c13fdb44fe98d4c78 to your computer and use it in GitHub Desktop.
function l(a,b){const c=new Date(a);const d=new Date(b);const s=1000*60*60*24;const r=d.getTime()-c.getTime();const w=Math.round(r/s);return w;}const n=new Date();var t=l("09/12/2022",n);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment