All Questions
1 question
0
votes
1
answer
1k
views
Wicket DateTimeField dd/MM/yy Date Validation
I have a DateTimeField that I am trying to allow for 2 types of formats based on the user's preferences: MM/dd/yy or dd/MM/yy. When a user clicks DatePicker and selects a date, I am able to display ...