Skip to content

Commit

Permalink
fix(multi calendar): wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed Jul 4, 2024
1 parent 3b9ef64 commit 805026b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
dateFormat = "m/d/Y",
altInput = true,
altFormat = Model.Properties.DateFormat,
altFormat = Model.Properties.DateFormat.Replace('M', 'm'),
defaultDate = defaultDate,
mode = Model.Properties.IsMulti ? "multiple" : "range"
};
Expand Down

0 comments on commit 805026b

Please sign in to comment.