Books & Authors

Books & Authors

Age at Release

prop("Released") .dateBetween( prop("Author") .first() .prop("Date of Birth"), "years" )

Age

now() .dateBetween( prop("Date of Birth"), "years" )

Age at Earliest

prop("Books") .map( current .prop("Released") .timestamp() ) .sort() .first() .fromTimestamp() .dateBetween( prop("Date of Birth"), "years" )
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!