Relative Content

Tag Archive for javascripthtmlcsstimesetinterval

How can I calculate months in setInterval

There was a project that required me to calculate months, so I used setInterval to update it every month, but there was something abnormal, as it did not count it as a month, but rather counted it as if it were less than seconds. Here is the code.