`if hour is 12 or more, then AM, else PM` is what ...
# javascript
t
if hour is 12 or more, then AM, else PM
is what you have written there. so it doesn't seem like it should always be PM. But it does seem like it's backwards.
j
thanks so much @Tim! You are right, I just made the change and it's showing AM now. I will test it again at 12 PM, and it should show PM.. Thanks again for your help