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
Kailash


Regards,
Kailash Ch. Sethy
Tata Consultancy Services


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to