From c5d63773e051917db16f1b75f31d35e1d5d97d4b Mon Sep 17 00:00:00 2001 From: Ron Nuss Date: Mon, 11 Mar 2024 16:54:53 +0200 Subject: [PATCH] =?UTF-8?q?v3.1=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.ts b/lib/utils.ts index 89d3987..403d63c 100644 --- a/lib/utils.ts +++ b/lib/utils.ts @@ -6,7 +6,7 @@ export function cn(...inputs: ClassValue[]) { } export function calcAge() { - const birthdate = new Date("2007-5-12"); + const birthdate = new Date("2007-12-05T00:00:00"); const today = new Date(); const age = today.getFullYear() -