Skip to content

Commit

Permalink
taks-46989-default date display done
Browse files Browse the repository at this point in the history
  • Loading branch information
ofcom-ramakrishnan committed Dec 19, 2024
1 parent 73cddb2 commit 1373877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Consultation-and-Statements-new-calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -1915,8 +1915,9 @@ <h2 class="accordion-header">
format: 'dd/mm/yyyy',
autoclose: true,
keyboardNavigation: true,
});
$('#datepicker1').datepicker({ format: 'dd/mm/yyyy', autoclose: true, keyboardNavigation: true });
}).datepicker('setDate', new Date());

$('#datepicker1').datepicker({ format: 'dd/mm/yyyy', autoclose: true, keyboardNavigation: true }).datepicker('setDate', new Date());
$('#calendar-icon').on('click', function () {
$('#datepicker').datepicker('show');
});
Expand Down

0 comments on commit 1373877

Please sign in to comment.