Skip to content

Instantly share code, notes, and snippets.

@edinsoncs
Created February 26, 2016 05:30
Show Gist options
  • Save edinsoncs/57d55dee3fb43a4c1f18 to your computer and use it in GitHub Desktop.
Save edinsoncs/57d55dee3fb43a4c1f18 to your computer and use it in GitHub Desktop.
toDateString
//toDatestring
function toDate(data) {
var data = new Date(2016, 25, 06);
return data.toDateString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment