Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
bxf12315 committed May 19, 2022
1 parent 7870c5e commit dea60c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function getLocalDateWithTime(elementId) {
function getLocalDateWithoutTime(elementId) {
var value = document.getElementById(elementId).value;
if (value === '') {
return getFormatedLocalDateTime(value);
return getFormattedLocalDateTime(value);
} else {
return getFormattedLocalDateTime(value + 'T00:00');
}
Expand Down

0 comments on commit dea60c7

Please sign in to comment.