/pickers

Collection of pickers for Quojs / lungo

Primary LanguageCoffeeScript

Pickers

Collection of pickers (Date picker and time picker) based.

How to use them

  • Date Picker: Import the css(quodatepicker.css) and the script(quodatepicker.js) to your project and add to each input you want to use with the picker the class quoDatePicker, for example: <input id="eventDate" class="quoDatePicker">
  • Time Picker: Import the css(quotimepicker.css) and the script(quotimepicker.js) to your project and add to each input you want to use with the picker the class quoTimePicker, for example: <input id="eventTime" class="quoTimePicker">