Skip to content

Commit

Permalink
Bug-48435-issue fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
ofcom-ramakrishnan committed Jan 7, 2025
1 parent 8fc7fbf commit 30f536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ $(document).ready(function () {
var day = parts[2].padStart(2, '0');
var month = parts[1].padStart(2, '0');
var year = parts[0];
console.log(formattedDate);
console.log(day + '/' + month + '/' + year);
$(this).val(day + '/' + month + '/' + year);
}
}
Expand Down

0 comments on commit 30f536b

Please sign in to comment.