Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaaaco/editable-datepicker
Meteor 1.2.x component using bootstrap-datepicker by eternicode
https://github.com/jaaaco/editable-datepicker
Last synced: 6 days ago
JSON representation
Meteor 1.2.x component using bootstrap-datepicker by eternicode
- Host: GitHub
- URL: https://github.com/jaaaco/editable-datepicker
- Owner: jaaaco
- Created: 2016-02-03T15:20:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T20:13:50.000Z (almost 9 years ago)
- Last Synced: 2023-03-25T19:27:58.268Z (over 1 year ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
It's date picker component based on https://github.com/eternicode/bootstrap-datepicker
Currently it supports only YYYY-MM-DD date format and Polish language.It generates input-group with calendar button that automatically reads data from context and atomatically saves it after change using timestamp format +(new Date()).
## Installation for Meteor
```shell
meteor add jaaaco:editable-datepicker
```## Usage
```html
{{>DatePicker collection='CollectionName' _id=_id field='date'}}
```