You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs-v6/date-display/day-header-render-hooks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Customize the header elements above the day cells in daygrid and timegrid views
7
7
8
8
`dayHeaderClassNames` - a [ClassName Input](classname-input) for adding classNames to the header `<th>` cell
9
9
10
-
`dayHeaderContent` - a [Content Injection Input](content-injection). Generated content is inserted *inside* the inner-most wrapper of the header cell. It does not replace the `<th>` cell.
10
+
`dayHeaderContent` - a [Content Injection Input](content-injection). Generated content is inserted *inside* the inner-most wrapper of the header cell. It does not replace the `<th>` cell. Note that the date provided to the hook was generated in UTC.
11
11
12
12
`dayHeaderDidMount` - called right after the `<th>` has been added to the DOM
0 commit comments