Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Mar 12, 2024
1 parent 4bf25a6 commit 6fe0b30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/jalaali/src/jalaali-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ export default class MomentUtils extends DefaultMomentUtils {
return date.jMonth();
};

public setMonth = (date: Moment, month: number) => {
return date.clone().jMonth(month);
};

public getDaysInMonth = (date: Moment) => {
return this.moment.jDaysInMonth(date.jYear(), date.jMonth());
};
Expand Down

0 comments on commit 6fe0b30

Please sign in to comment.