0
I’m thinking of a scheme, but I don’t know how to do it, and it’s simple. I need to make the following calculation:
Day and Month x Month and Day, example, date today:
Dia: 16
Mês: 07
x (vezes)
Mês: 07
Dia: 16
On a calculator it will look like this: 1607*716 = 1150612
Just this, do this calculation always with the current date that is on the machine and display the result value.
How to do this in HTML?
No, HTML is just a markup language. You will need to use Javascript.
– bfavaretto
Okay, but do you have a script that does that that I can include?
– Rodrigo Ramos