if (hora >= 0 and hora < 12) { if (horario == 'pm') { horario = 'am'; } }else if (hora >= 12) { if (horario == 'am') { horario = 'pm'; }