Skip to content

Commit 64a92f8

Browse files
Update core/src/components/datetime/utils/data.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent 6aca32d commit 64a92f8

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/datetime/utils

1 file changed

+1
-1
lines changed

core/src/components/datetime/utils/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const getDaysOfWeek = (locale: string, mode: Mode, firstDayOfWeek = 0) =>
102102
* the firstDayOfWeek value (Sunday by default)
103103
* using null values.
104104
*/
105-
export const getDaysOfMonth = (month: number, year: number, firstDayOfWeek: number, displayHiddenDays = false) => {
105+
export const getDaysOfMonth = (month: number, year: number, firstDayOfWeek: number, showAdjacentDays = false) => {
106106
const numDays = getNumDaysInMonth(month, year);
107107
let previousNumDays: number; //previous month number of days
108108
if (month === 1) {

0 commit comments

Comments
 (0)