Skip to content

Malkuthe/Pikaday

 
 

Repository files navigation

Pikaday - With Time Picker

Key Config Changes

showTime: true
showMinutes: true
showSeconds: false
use24hour: false
incrementHourBy: 1
incrementMinuteBy: 1
incrementSecondBy: 1
autoClose: true
timeLabel: null // optional string added to left of time select
i18n: {
  en: {
    midnight: '', // Label for 0 AM
    noon: '' // Label for 12 AM
  }
}

Modified Pikaday with Time Picker

Pikaday with Time Picker by Owen Mead modified for use in projects by John Baltao (Malkuthe) both personal and for Dreamscapewebdesign

Author

Credit

About

A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 18.6%
  • HTML 2.9%