fix
This commit is contained in:
parent
0524653f4b
commit
4dac692284
7 changed files with 26 additions and 22 deletions
|
|
@ -41,6 +41,10 @@ export function calculateRetireDate(birthDate: Date) {
|
|||
|
||||
return new Date(`${yy + 61}-09-30T00:00:00.000+07:00`);
|
||||
}
|
||||
export function calculateRetireLaw(birthDate: Date) {
|
||||
let yy = birthDate.getFullYear();
|
||||
return new Date(`${yy + 60}-09-30T00:00:00.000+07:00`);
|
||||
}
|
||||
|
||||
export function calculateRetireYear(birthDate: Date) {
|
||||
let dd = birthDate.getDate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue