-
-
Save edinsoncs/57d55dee3fb43a4c1f18 to your computer and use it in GitHub Desktop.
toDateString
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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