ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Alternate from AM to PM when changing hours #36

Open fnxcorp opened 7 years ago

fnxcorp commented 7 years ago

HI, I been using this plugin and I think it's really good but I would like to have the feature when you are changing hours in a 12 hour style, when you go from 11:00 am to 12, it automatically changes to PM, right now this confuses my users because they don't notice that the AM o PM is static.

Thanks in advance.

townegr commented 7 years ago

I encountered a similar bug when setting to noon; it reverts to midnight. Incrementing/decrementing the 12 hour for am/pm resolved this. I noticed parseMeridiem function was altered to handle PM...so now midnight reverted to noon.