Posts by Raphael Carpi • 1 point
2 posts
-
0
votes2
answers1519
viewsA: Chronometer + Calculation in seconds
Function to perform the calculation var calc_times = { sign: '' , value: [] , convert: function( data ){ var c = String( data ).split(':').map(Number); var r = 0; if( c[0] == undefined ){ c[0] = 0;…
-
0
votes3
answers1489
viewsA: Add jQuery hours in real time
Function to perform the calculation var calc_times = { sign: '' , value: [] , convert: function( data ){ var c = String( data ).split(':').map(Number); var r = 0; if( c[0] == undefined ){ c[0] = 0;…