1526 |
my $date_of_birth = dt_from_string( $self->dateofbirth, undef, 'floating' ); |
1526 |
my $date_of_birth = dt_from_string( $self->dateofbirth, undef, 'floating' ); |
1527 |
my $today = dt_from_string(undef, undef, 'floating')->truncate( to => 'day' ); |
1527 |
my $today = dt_from_string(undef, undef, 'floating')->truncate( to => 'day' ); |