no message
This commit is contained in:
parent
6207ba1a91
commit
fc14f80dc9
5 changed files with 725 additions and 575 deletions
|
|
@ -45,7 +45,7 @@ export function calculateRetireDate(birthDate: Date) {
|
|||
var year = d.getFullYear();
|
||||
var month = d.getMonth();
|
||||
var day = d.getDate();
|
||||
var c = new Date(year + 60, month, day);
|
||||
var c = new Date(year + 60, month, day-1);
|
||||
return c;
|
||||
}
|
||||
export function calculateRetireLaw(birthDate: Date) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue