CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Dollar amount

  1. #1
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    Dollar amount

    I need a nice formating string for JavaScript to format a text value into a dollar amount. For instance if the user types 5 then the formated string would be 5.00 or if they put 5.0 it would also turn to 5.00. I have allot of other checking abilites but i just need to add this one. I'm still new at Javascript. Also any good site that provide code examples would be greatly appreciated. Thanks


  2. #2
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    Re: Dollar amount

    I figured it out. Thanks


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured