@DateRangeFieldValidator

2011-05-10 Thread Mohamed SIDI
Hello all, I'm looking tu use the @DateRangeFieldValidator annotation for validating a date, my questions : 1. there are ways to customize the date format, I have to convert the min and max attributes values for the local 2. can I use a format for the string representing the date (dd/MM

Re: @DateRangeFieldValidator max=currentDate

2008-08-12 Thread holod
wrote: > > @TypeConversion(converter = > "project.action.admin.converter.DateConverter") > @RequiredFieldValidator(message="Please, enter date. Field can't be > empty") > //@DateRangeFieldValidator(min = "01.01.1990", max = "${n

@DateRangeFieldValidator max=currentDate

2008-08-12 Thread holod
@TypeConversion(converter = "project.action.admin.converter.DateConverter") @RequiredFieldValidator(message="Please, enter date. Field can't be empty") //@DateRangeFieldValidator(min = "01.01.1990", max = "${new Date()}", mes