rounding integer in JSTL
843838Jun 25 2006 — edited Jun 26 2006hello everybody!
I am trying to round and integer number using JSTL in my page. I dont know how, can anyone help me with this? or any suggestion?
for e.g:
2.4 I need only the value 2
coz using
mod(2.4) = 4
I am using : /jstl/jars/jstl-1.0.6.jar
Thanks!
jack