mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Added support for am/pm #122

Closed UziTech closed 10 years ago

UziTech commented 10 years ago
  1. added: support for am/pm
  2. edited demos to show dateFormat options
  3. fixed timelist falling below calendar
  4. set picker to center of window when it would be off the screen
  5. edited css to make it more mobile friendly
mugifly commented 10 years ago

Hi, UziTech. Thanks for commit. I seem bigger UI also good.

By the way, I encountered a malfunction in section of "Initialize with the input-field as blank ("autodateOnStart": false)" in examples. In that section, I clicked input-field. Then a picker has been displayed, But that position is higher.

It might be a bug existing....But I can't (maybe) seem same bug in examples of my master branch. demo - jquery-simple-datetimepicker - google chrome_005

UziTech commented 10 years ago

Thank you for bringing that to my attention. It was setting the width of the picker before the calendar had a width so I committed a fix.

mugifly commented 10 years ago

Thanks!