From df592d401b086a2200c59e6476d86bb6f97379fc Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Apr 2026 03:21:27 +0200 Subject: [PATCH] Growth chart age: three boxes (yr/mo/day), any combination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace single text input with three number fields — years, months, days — that all combine into fractional months. Fill any subset: leave years blank for a newborn, leave months blank for "2 years", enter just days for a 10-day-old. Live hint below ("= 2 yr 5 mo (29 mo total)") still shows the interpreted total. Parser from prior commit retained on window for reuse elsewhere. --- public/components/calculators.html | 8 +++++-- public/js/calculators.js | 36 +++++++++++++++++------------- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/public/components/calculators.html b/public/components/calculators.html index ce01aa9..7e43ac0 100644 --- a/public/components/calculators.html +++ b/public/components/calculators.html @@ -215,8 +215,12 @@
- - + +
+ + + +