Skip to content

Instantly share code, notes, and snippets.

@shenduxian1
Created September 16, 2014 07:15
Show Gist options
  • Save shenduxian1/737c6660410477757a95 to your computer and use it in GitHub Desktop.
Save shenduxian1/737c6660410477757a95 to your computer and use it in GitHub Desktop.
快速获取日期
var m = (new Date()+"").split(" ");
console.info(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment