Daily Archives: Wednesday, August 15, 2012

Format number

I am always looking for this same piece of code, so here it is: Usage: $(‘#div’).html(number_format(myNum)); From phpjs Also, padding a single number to doubel number, such as 1 -> 01, 2 -> 02 function pad2(number) { return (number < 10 ? ’0′ : ”) + number; } Sort of related: Bootstrap style select pulldown [...]

Posted in Web/Print Design and Dev | Leave a comment
  • Welcome to Daigo’s Daily Digital Diorama. I blog about... whatever that comes to my mind.
  • Change color

    Purple Red Green Blue No Style

  • Archives

  • Calendar

    August 2012
    M T W T F S S
    « Jul   Sep »
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
  • Categories