Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created October 18, 2017 01:28
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 carbide-public/380251dbad474a5ae7bc7022fd247691 to your computer and use it in GitHub Desktop.
Save carbide-public/380251dbad474a5ae7bc7022fd247691 to your computer and use it in GitHub Desktop.
untitled
var date1 = get_aaa() - 86400000;
console.log(date1);
function get_aaa()
{
return new Date();
}
function calc_scale_time(dt, tick, hour)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment