pikaday 2.0.0 copy "pikaday: ^2.0.0" to clipboard
pikaday: ^2.0.0 copied to clipboard

discontinued

package:js bindings for the Pikaday date picker by David Bushnell

pikaday #

package:js bindings for Pikaday by David Bushnell.

This includes a version of Pikaday with time support

Usage #

main() {
  new Pikaday(new PikadayOptions(
    field: document.getElementById('datepicker'),
    firstDay: 1,
    minDate: new DateTime.now(),
    maxDate: new DateTime(2020, 12, 31),
    yearRange: [2000, 2020],
    showTime: false,
  ));
}

Generating the library #

dart_js_facade_gen lib/pikaday.d.ts > lib/pikaday.dart

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
35
pub points
57%
popularity

Publisher

verified publisherjpryan.me

package:js bindings for the Pikaday date picker by David Bushnell

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

js

More

Packages that depend on pikaday