Skip to content

astjohn/chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronos

Chronos is a jQuery and Zepto compatible datepicker plugin. Chronos is capable of picking both dates and times, and supports internationalization. You should read all about it here

Contributing

  1. Run npm install to install local dependencies.
  2. Run cake watch to automatically compile CoffeeScript to JavaScript.
  3. Write some tests and watch them fail using SpecRunner.html.
  4. Make your tests pass.
  5. Add an example to the examples folder. Not only does this help future users, but it also adds another layer of testing.
  6. Submit a pull request for your contribution.

License

Chronos is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.