Closed GoogleCodeExporter closed 8 years ago
With a time value, the year/month/day are meaningless and intended to be
ignored. This means you can't use a "dateRange" validator with a time value
because a dateRange validator takes the year/month/day into account. In this
case use a custom validator - a "timeRange" validator will eventually be
provided so you don't have to write a custom validator for this case.
Original comment by smartgwt...@gmail.com
on 27 Apr 2011 at 1:51
Thank you!
I agree with your explanation on the use of validators.
I think my problems are related to getValue() of TimeItem about expected output
and not to custom validator.
Original comment by alessand...@gmail.com
on 27 Apr 2011 at 2:16
Once again: for time values, year/month/day are meaningless and should be
ignored.
Original comment by smartgwt...@gmail.com
on 27 Apr 2011 at 2:19
Original issue reported on code.google.com by
alessand...@gmail.com
on 27 Apr 2011 at 12:48Attachments: