For My Application I Have given user to select booking date time . The Date Should be Current Date or Next Date ,which i can easily set using setMinimumDateTime and setMaximumDateTime . But for Time minimum time should not be less than current time and max time should not be greater than current time + 24 hrs . how should i set minimum and maximum time as well. because setMinimumDateTime and setMaximumDateTime only set Constraint on date not time. How can i perform this task .
For My Application I Have given user to select booking date time . The Date Should be Current Date or Next Date ,which i can easily set using
setMinimumDateTimeandsetMaximumDateTime. But for Time minimum time should not be less than current time and max time should not be greater than current time + 24 hrs . how should i set minimum and maximum time as well. becausesetMinimumDateTimeandsetMaximumDateTimeonly set Constraint on date not time. How can i perform this task .