When using the 12 hour time format the time text is showing 00:00 PM which is incorrect instead it should show 12:00 PM
after looking at the code I noticed the problem was caused by the date time extension specifically on the hourDisplay12 getter that is written like this
When using the 12 hour time format the time text is showing 00:00 PM which is incorrect instead it should show 12:00 PM
after looking at the code I noticed the problem was caused by the date time extension specifically on the hourDisplay12 getter that is written like this
Which is causing the 12 to be 0, I suggest you can modify the code to this so that it will display the time as expected