Skip to content

Commit

Permalink
v3.1 ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrn committed Mar 11, 2024
1 parent 10646b7 commit c5d6377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() -
Expand Down

0 comments on commit c5d6377

Please sign in to comment.