New Date selection like smart phones with jQuery

A wheel scroller user control optimized for touchscreens to easily enter date/time. This wheel scroller user control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the … Continue Reading

Simple way to format currency with Javascript accounting.js

accounting.js is a tiny JavaScript library for number, money and currency formatting, with optional excel-style column rendering (to line up symbols and decimals). It’s lightweight, fully localisable and has zero dependencies. These library has settings like symbol : “$”, // default currency symbol is ‘$’ format: “%s%v”, // this controls string output: %s = symbol, … Continue Reading