I'm thinking of a scheme, but I do not know how to do it and it's simple. I need to do the following calculation:
Day and Month x Month and Day, example, today's date:
Dia: 16
Mês: 07
x (vezes)
Mês: 07
Dia: 16
In a calculator it will look like this: 1607*716 = 1150612
Just do this, always make this calculation with the current date on the machine and display the value of the result.
Is there any way to do this in HTML?