[ad_1]
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?
- This topic was modified 41 minutes ago by .
- This topic was modified 41 minutes ago by .
