4,595
edits
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
--Calculates an age based on two given dates | --Calculates an age based on two given dates | ||
function p.solandriaBirthDateAge(birthDate | function p.solandriaBirthDateAge(frame) | ||
--Sets the date variables based on passed through arguments | |||
birthDate = frame.args[1] | |||
currentDate = frame.args[2] | |||
--Converts the first given date to a long date | --Converts the first given date to a long date | ||
convertedDate = solandria(birthDate) | convertedDate = solandria(birthDate) |