Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'}}
```