long aux = new Long(request.getparameter("??")).longValue() ;
A
andersonraPJ
vc pode fazer assim:
long t = System.currentTimeMillis();
long tf = 0;
tf = t - new Long( request.getParameter("iTempo") ).longValue();
out.println(tf);
[]'s
A
andersonraPJ
[quote=“gianr”] O request te retorna uma String. tu pode fazer é:
long aux = new Long(request.getparameter("??")).longValue() ;
acho q mandamos juntos…
hehehe
G
gianrPJ
:lol: Ehehe,…
com certeza… muita coincidencia…
mas isso mostra a eficiencia do portal
abraço
farnetani
Pessoal…show de bola…deu certo…valeu !!!
“andersonra”:
vc pode fazer assim:
long t = System.currentTimeMillis();
long tf = 0;
tf = t - new Long( request.getParameter("iTempo") ).longValue();
out.println(tf);