I'm doing {{today.getTime() - employee?.birthDate.getTime()}}
, today being a Date instance with the date of today and employee?.birthDate being an instance of Date with the birthDate of the employee.
Thanks for your time :)
I'm doing {{today.getTime() - employee?.birthDate.getTime()}}
, today being a Date instance with the date of today and employee?.birthDate being an instance of Date with the birthDate of the employee.
Thanks for your time :)