
Is it possible to change my age every year at a specific date?
My website has a place in the left sidebar when I have written "I'm 22 years old". I know this sounds a bit lazy, but is there a way to code it so the number increases every year at a specific date? My birthday is the 17th of February so I would like it to change to an increase of the number every 17th of February. For instance, next 17th of February it would change automatically from "I'm 22 years old" to "I'm 23 years old".
Right now that information is all inside an <aside id="leftSidebar" style="margin-left: 10px;">, so I don't know if it's even possible.
It's written like this right now:
<h2 style="font-size:15px">Information</h2>
<div class="box">
<p>I created this website on april of 2025!</p>
<p>Some things about me:</p>
<ul style="padding-left: 5px;">
<li>I'm 22 years old</li>
<li>I'm aroace and nonbinary, I use He/they/it pronous</li>
<li>I love to draw and to write, I'm currently writing a book!</li>
<li>I'm autistic and I have ADHD</li> </ul> </div>
My website is https://watchers-archive.neocities.org/ if you want to take a look.