View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 06:11 AM
Simon Hayes
 
Posts: n/a
Default Re: How do I format an integer

Formatting and presentation usually belong in the client application,
not the server. The formatting above is not correct in many European
languages, for example - by doing it on the client you can use the
correct locale information for different clients, or use formatting
masks/functions like printf or whatever your preferred development
language has.

Simon

Reply With Quote