if t.strftime("%A") == "Monday"
text1 = "Lunes"
end
if t.strftime("%A") == "Tuesday"
text1 = "Martes"
end
if t.strftime("%A") == "Wednesday"
text1 = "Mi?rcoles"
end
if t.strftime("%A") == "Thursday"
text1 = "Jueves"
end
if t.strftime("%A") == "Friday"
text1 = "Viernes"
end
if t.strftime("%A") == "Saturday"
text1 = "S?bado"
end
if t.strftime("%A") == "Sunday"
text1 = "Domingo"
end
Thanks in advance for your help!!!
text1 = "Lunes"
end
if t.strftime("%A") == "Tuesday"
text1 = "Martes"
end
if t.strftime("%A") == "Wednesday"
text1 = "Mi?rcoles"
end
if t.strftime("%A") == "Thursday"
text1 = "Jueves"
end
if t.strftime("%A") == "Friday"
text1 = "Viernes"
end
if t.strftime("%A") == "Saturday"
text1 = "S?bado"
end
if t.strftime("%A") == "Sunday"
text1 = "Domingo"
end
Thanks in advance for your help!!!