File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/pluggableWidgets/calendar-web Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 114
114
<attributeType name =" DateTime" />
115
115
</attributeTypes >
116
116
</property >
117
+ <property key =" timeFormat" type =" textTemplate" required =" false" >
118
+ <caption >Time format</caption >
119
+ <description >Default time format is "hh:mm a"</description >
120
+ </property >
117
121
<property key =" minHour" type =" integer" defaultValue =" 0" >
118
122
<caption >Day start hour</caption >
119
123
<description >The hour at which the day view starts (0–23)</description >
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export interface CalendarContainerProps {
46
46
defaultViewCustom : DefaultViewCustomEnum ;
47
47
defaultViewStandard : DefaultViewStandardEnum ;
48
48
startDateAttribute ?: EditableValue < Date > ;
49
+ timeFormat ?: DynamicValue < string > ;
49
50
minHour : number ;
50
51
maxHour : number ;
51
52
customViewCaption ?: DynamicValue < string > ;
@@ -99,6 +100,7 @@ export interface CalendarPreviewProps {
99
100
defaultViewCustom : DefaultViewCustomEnum ;
100
101
defaultViewStandard : DefaultViewStandardEnum ;
101
102
startDateAttribute : string ;
103
+ timeFormat : string ;
102
104
minHour : number | null ;
103
105
maxHour : number | null ;
104
106
customViewCaption : string ;
You can’t perform that action at this time.
0 commit comments