Skip to content

Commit

Permalink
Merge branch 'live' into eatyourpeas/issue35
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Oct 19, 2024
2 parents 869be8f + 0bd3c7a commit 1e2b3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcpchgrowth/date_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def chronological_calendar_age(birth_date: date, observation_date: date) -> str:
elif len(date_string) == 1:
return date_string[0]
elif birth_date == observation_date:
return "Birth date is today."
return "Birth date"
else:
return ""

Expand Down

0 comments on commit 1e2b3fd

Please sign in to comment.