Skip to content

Commit

Permalink
line fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oboshor authored Dec 18, 2024
1 parent c1fd966 commit aa148f8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions BdDateTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ function bdDateConverter(inputDate) {
function daysIntoYear(date) {
return (
(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()) -
Date.UTC(date.getFullYear(), 0, 0)) /
24 /
60 /
60 /
1000
Date.UTC(date.getFullYear(), 0, 0)) /24/60/60/1000
);
}
this.totalDaysInEN = 0;
Expand Down

0 comments on commit aa148f8

Please sign in to comment.