我正在尝试使用p:schedule
,但列标题显示的格式如下:EEE MM/dd
我真的需要切换到EEE dd/MM
.
研究 primefaces 论坛和谷歌项目,我遇到了这个(和其他几个线程):http ://code.google.com/p/primefaces/issues/detail?id=2546
这似乎解决了这个问题,但我不知道如何使用它来解决这个问题。
我不确定这个问题是否重复(因为这个问题已经存在了几年了),但是搜索 SO 并没有得到任何成功。
那么,如何更改列标题的格式?
我将展示示例导入到我的项目中,到目前为止,我的日程安排事件的配置是:
<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">
使用素面 3.3.1