Skip to content

Commit

Permalink
fix: datepicker issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-venkatesh-freshworks committed Nov 13, 2024
1 parent 314f902 commit 26b7a18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export class Datepicker {

return this.displayFormat
? formatISO(
parse(value, this.displayFormat, new Date(), {
parseDate(value, this.displayFormat, {
locale: this.langModule,
})
)
Expand Down

0 comments on commit 26b7a18

Please sign in to comment.