Hi Everyone,

Currently I am using QLcdNumber class to display time in 24hrs format. It works really great. But when I want to display time in 12hrs format I am facing issue because QLcdNumber is not able to display 'M' letter. For ex-
Time in 24 hrs format- 15:05
Time in 12 hrs format- 03:05 PM
For 12 hrs format the letters AM and PM should also be displayed but QLcdNumber is not able to display the letter 'M'. I would be really glad if someone would help me out with it.

-sattu