Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

stiftungswo/pikaday-dart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pikaday

❗ Attention, this project is not maintained anymore. Please use the original version from apptreesoftware.

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.

About

package:js bindings for Pikaday by David Bushnell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.7%
  • Dart 21.1%
  • CSS 7.8%
  • HTML 2.4%