.NET decimal.ToString(format) in Javascript
        Posted  
        
            by Mikael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mikael
        
        
        
        Published on 2010-06-15T09:42:02Z
        Indexed on 
            2010/06/15
            11:12 UTC
        
        
        Read the original article
        Hit count: 205
        
I have a string (€#,###.00) which works fine with aDecimal.ToString("€#,###.00") in .NET, i wonder if anyone knows how this could be achieved with javascript
© Stack Overflow or respective owner