Skip to content

Commit

Permalink
Add extensions section
Browse files Browse the repository at this point in the history
Add explanation how to use Pikaday as a timepicker.
  • Loading branch information
rikkert committed Mar 25, 2013
1 parent 2d84088 commit e5051fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,16 @@ i18n: {
You must provide 12 months and 7 weekdays (with abbreviations). Always specify weekdays in this order with Sunday first. You can change the `firstDay` option to reorder if necessary (0: Sunday, 1: Monday, etc). You can also set `isRTL` to `true` for languages that are read right-to-left.


## Extensions

### Timepicker

Pikaday is a pure datepicker. It will not support picking a time of day. However, there have been efforts to add time support to Pikaday.
See #1 and #18. These reside in their own fork.

You can use the work @stas did at stas/Pikaday


## Browser Compatibility

* IE 7+
Expand Down

0 comments on commit e5051fb

Please sign in to comment.