function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KNKKNK 

apex:outputText

Hi Team,

in the below one how to get space instead of (,)

<apex:outputText value="{0, number, ###,#00}">

 

can any one help me

DaveHDaveH

Somebody already posted the sollution in this post: http://boards.developerforce.com/t5/Visualforce-Development/whitespace-in-lt-apex-outputText-gt/td-p/333439

 

From the other post:

 

"You can use &nbsp; to insert a non-breaking space, or you can use "white-space: pre" to preserve white space."

 

Hope this helps!