Hi ,
If I use the $number.format('currency',$myNumber) for a -ve number,
the output becomes ($number)
$myNumber -> -13.55
$number.format('currency',$myNumber) -> ( $13.55)
How to show with -ve sign without parenthesis bracket after
formatting?
Regards
KailashRegards, Kailash Ch. Sethy Tata Consultancy Services --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
