select trim(to_char(fee,'99999999999999.99')) from Htgl_Pact_Apply; select trim(to_char(fee,'00000000000000.00')) from Htgl_Pact_Apply; Read More
posted @ 2007-03-20 10:15 blueKnight Views(8375) Comments(4) Diggs(0) Edit
CommonVO cvo = (CommonVO) request.getAttribute("cancelList.vo"); DecimalFormat myformat1 = new DecimalFormat("0.00"); //DecimalFormat("0.##"); String strFee = myformat1.format(cvo.getDo... Read More
posted @ 2007-03-20 10:03 blueKnight Views(3803) Comments(1) Diggs(0) Edit