Date Calculator
-
Hello
I’m calculating the date of birth.
It prints the result to the cell. But it does not write to the result section that comes with html.
What could be the problem?(function(){ var o = DATEDIFF(NOW(), fieldname19, 'dd-mm-yyyy', 'y'); return o['years']+' Y?l'+ o['months']+' Ay'+ o['days']+' Gün'; jQuery('#calculation-yashesaplama').html(yashesaplama); return yashesaplama; })()
<span id="calculation-yashesaplama" style="color:#ff6504;"></span>
Your age : [10] – [283 days until your new age] – [You were born on a Saturday.]
How can we print like this?
- The topic ‘Date Calculator’ is closed to new replies.