Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created October 19, 2015 17:13
Show Gist options
  • Save fchevitarese/bd6785eca72d0ab16718 to your computer and use it in GitHub Desktop.
Save fchevitarese/bd6785eca72d0ab16718 to your computer and use it in GitHub Desktop.
teste.js
if (retornar == 2) {
if ((now.format("YYYY-MM-DD") == r_agendado.format("YYYY-MM-DD"))) {
console.log('1')
console.log(now.format("YYYY-MM-DD"), r_agendado.format("YYYY-MM-DD"))
retornar = r_agendado.format("DD/MM hh:mm")
editar = "<div class='btn-group'><buttonvalue="+pk+" id='bnt_editar_chamado"+pk+"' type='button' class='btn btn-info'><i class='fa fa-stack-exchange'></i></button></div>"
}
else {
console.log('2')
retornar = r_agendado.format("DD/MM hh:mm")
editar = "<div class='btn-group'><buttonvalue="+pk+" id='bnt_editar_chamado"+pk+"' type='button' class='btn btn-info'><i class='fa fa-stack-exchange'></i></button></div>"
}
}
else {
console.log('zzzzz')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment