I am trying to use a p:schedule
, but the column headers are showing the format like: EEE MM/dd
and I really need to switch to EEE dd/MM
.
researching the primefaces forums and google project, i ran into this (and several other threads): http://code.google.com/p/primefaces/issues/detail?id=2546
that seems to address the issue, but I am clueless as to how to use it to solve the issue.
I am unsure as to wheter this question is a duplicate (as the issue has been lingering around for a couple years now) but searching the SO did not come with any hits.
So, how can I change the format of the column headers?
I imported the showcase example into my project, so far the config of my schedule event is:
<p:schedule value="#{scheduleController.eventModel}"
widgetVar="myschedule" view="agendaWeek" allDaySlot="false"
slotMinutes="15" firstHour="7" showWeekends="FALSE"
leftHeaderTemplate="prev,next" rightHeaderTemplate=""
minTime="7am" maxTime="21pm" timeFormat="dd/MM hh:mm"
axisFormat="HH">
using primefaces 3.3.1