Skip to content

chasemb/yahoo-date-range-picker-meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahoo-date-range-picker

Meteor packaging of eternicode/bootstrap-datepicker with Bootstrap 3 support modified to specs from Yahoo's Gemini Platform Datepicker.

https://gemini.yahoo.com -> reporting page.

This package is MIT Licensed. Do whatever you like with it but any responsibility for doing so is your own.

All rights to eternicode/bootstrap-datepicker are with the original author

Demo

Demo Here

Dependencies

Bootstrap 3

Example

Load datepicker template: Ex.

Left Aligned
	<div class="pull-left">
			{{> daterangepicker}}
	</div>

Right Aligned
  <div class="pull-right">
    {{> daterangepicker align='dropdown-menu-right'}}
</div>

The Datepicker returns a session variable named 'date' with an object containing 'startDate' and 'endDate'; Ex.

	Session.get('date') ---> {startDate: "08/04/2015", endDate: "09/01/2015"}

Todo

  1. Set lifetime beginning date option
  2. Set default range option
  3. Mobile Optimize Layout
  4. Timezone fix

About

A date range picker for Meteor inspired by Yahoo's Gemini Platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published