Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.12 KB

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