I have a calendar where I can pick the date and time (only hours and minutes):
<p:calendar locale="de" pattern="dd.MM.yyyy HH:mm"
No I have to provide english translations as well. So I need to remove the locale
and pattern
part.
Is there a possiblility to have a locale aware calendar with date and time (no seconds) ?
Summary:
When locale is German, I want to have dd.mm.yyyy HH:mm
. When the locale is English, I want to have mm/dd/yyyy HH:mm