Skip to content

Commit

Permalink
pkp#7165 Issue datePublished can be set when adding an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnyga committed Feb 16, 2023
1 parent 4e1bdb4 commit ef77602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/controllers/form/FormHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
$form.find('.datepicker').each(function() {
var $this = $(this);
$this.datepicker({
changeMonth: true,
changeYear: true,
altField: '#' + $this.prop('id') + '-altField',
altFormat: 'yy-mm-dd',
dateFormat: $('#' + $this.prop('id') + '-altField')
Expand Down

0 comments on commit ef77602

Please sign in to comment.