We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20b00d commit 6f9068cCopy full SHA for 6f9068c
lib/web/mage/calendar.js
@@ -322,7 +322,7 @@ define([
322
(printDate.getTime() === today.getTime() ? ' ' : '') +
323
(printDate.getTime() === currentDate.getTime() ? ' ui-state-active' : '') +
324
(otherMonth ? ' ui-priority-secondary' : '') +
325
- '" href="#">' + printDate.getDate() + '</a>') + '</td>';
+ '" data-date="' + printDate.getDate() + '" href="#">' + printDate.getDate() + '</a>') + '</td>';
326
printDate.setDate(printDate.getDate() + 1);
327
printDate = this._daylightSavingAdjust(printDate);
328
}
0 commit comments