ecommerce1986 / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Feature Req: Min/Max Dates #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ability to constrain the scrollers to a particular start and end date range.  
Ie., mindate: '1/1/2011', maxdate: '12/31/2011'.  Ability to set each one 
independently or constrain both directions.

Original issue reported on code.google.com by seele...@gmail.com on 19 Sep 2011 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 20 Sep 2011 at 5:45

GoogleCodeExporter commented 8 years ago
Make it a datetime then, not just a date. 
For example, if I use mobiscroll for an app to select the date-time for an 
appointment, and I want to restrict the time to 6pm tomorrow. Something on that 
line. 

A date-time start and end would be ideal.

Original comment by mayurpod...@gmail.com on 31 Oct 2011 at 8:20

GoogleCodeExporter commented 8 years ago
How can i set the start and end date for the mobiscroll event

Original comment by preethah...@gmail.com on 23 Jan 2012 at 1:22

GoogleCodeExporter commented 8 years ago
This enahncement should also be able to take into account another date field, 
as in my app I have select a start and end date - in which the validation rules 
mean that the start date cannot be before the end date and vice versa. 

Ideally I would like the wheels to intelligently disable the values depending 
on which date has been chosen before as to prevent the user from selecting a 
date outside of the range.

Original comment by matt.fai...@gmail.com on 24 Jan 2012 at 7:46

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 17 Apr 2012 at 5:50

GoogleCodeExporter commented 8 years ago
Added in 2.0rc1 with minDate and maxDate options, excepting javascript date 
objects

Original comment by diosla...@gmail.com on 25 Apr 2012 at 2:55