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
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
@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
3 matches
Mail list logo