Skip to content

Instantly share code, notes, and snippets.

@stefano-rs
Last active February 18, 2016 20:15
Show Gist options
  • Save stefano-rs/0426eb7bed80f6644e76 to your computer and use it in GitHub Desktop.
Save stefano-rs/0426eb7bed80f6644e76 to your computer and use it in GitHub Desktop.
function getTimeStringBrasilConvert(brDate){
return new Date(brDate.split('/').reverse().join("-"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment