sub _get_birthday { strftime '%m/%d/%Y', localtime( $_ ); # but NOT just localtime() }