error message should show correct date format

This commit is contained in:
Scott Andrews
2008-10-31 20:27:22 +00:00
parent 4d90dba2c8
commit 987e14bcca

View File

@@ -1,9 +1,9 @@
booking.checkinDate.required=The check in date is required
booking.checkinDate.typeMismatch=The check in date must be in the format dd/mm/yy
booking.checkinDate.typeMismatch=The check in date must be in the format mm-dd-yyyy
booking.checkinDate.beforeToday=The check in date must be a future date
booking.checkoutDate.required=The check out date is required
booking.checkoutDate.typeMismatch=The check out date must be in the format dd/mm/yy
booking.checkoutDate.typeMismatch=The check out date must be in the format mm-dd-yyyy
booking.checkoutDate.beforeCheckinDate=The check out date must be later than the check in date
booking.creditCard.required=The credit card must be a valid 16 digit number