johngreep

Results 1 comments of johngreep

The line to determine am/pm doesn't work. I changed it to this and it works fine: this.amOrPm = this.hours > 12 || period === 'pm' ? 'PM' : 'AM';