We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a82c3b commit b8e24faCopy full SHA for b8e24fa
1 file changed
recurrence/static/recurrence/js/recurrence-widget.js
@@ -239,8 +239,8 @@ recurrence.widget.Calendar.prototype = {
239
day != this.date.getDate()) {
240
241
this.date.setFullYear(year);
242
- this.date.setMonth(month);
243
this.date.setDate(day);
+ this.date.setMonth(month);
244
245
recurrence.array.foreach(
246
this.elements.month_grid.cells, function(cell) {
@@ -406,8 +406,8 @@ recurrence.widget.DateSelector.prototype = {
406
if (!this.date)
407
this.date = recurrence.widget.date_today();
408
409
410
411
412
this.elements.date_field.value = datestring;
413
0 commit comments