Estou tentando fazer se declaração com a hora atual,
por exemplo
Se o tempo é entre as 14h e as 14:30, então ... se o tempo é entre as 14:30 e as 15h então ...
e assim por diante.
time string of (current date)
set Timeleft to missing value
if time string is in "14:00:00" and "14:29:60" then
end if
agora obviamente o tempo não é uma string como eu fiz no meu script, como posso fazer isso funcionar?
Também aqui está o meu formato de hora do sistema: data atual
--> date "Saturday 9 December 2017 at 14:10:09"
applescript
time
Kevin
fonte
fonte
myTime
vai terAP
ouPM
nele, por exemplo9:45:10 AM
AM
ouPM
emmyTime
um poderia usar a seguinte linha de código após aset myTime to time string of ...
linha:if (last character of myTime as text) is "M" then set myTime to characters 1 through -4 of myTime as text