Skip to content

NAndreasson/derby-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Niklas AndréassonNiklas Andréasson
Niklas Andréasson
and
Niklas Andréasson
Apr 30, 2014
8b632ef · Apr 30, 2014

History

22 Commits
Apr 29, 2014
Apr 21, 2014
Apr 29, 2014
Apr 30, 2014
Apr 28, 2014
Apr 29, 2014
Apr 21, 2014

Repository files navigation

derby-datepicker

Datepicker component for derby.js.

At the time being there is only an inline version. If you have any suggestions or improvements, open an issue or send a pull request!

"Screenshot of datepicker component"

Please note that this project is inspired by Bootstrap-datepicker, and makes use of a css-file from that project.

Format

Dates set by datepicker will be in the format YYYY-MM-DD (2014-04-16).

Example usage

First of make sure to install derby-datepicker through npm npm install derby-datepicker.

Including

app.use(require('derby-datepicker'));

In template

<Body:>
  <datepicker active="{{post.date}}"></datepicker>

Retrieve data

var pickedDate = model.get('post.date');

About

Datepicker component for derby.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published