Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>for decimal format including locale and other stuff:</p> <p><a href="http://www.jdocs.com/javase/7.b12/java/text/DecimalFormat.html" rel="nofollow noreferrer">http://www.jdocs.com/javase/7.b12/java/text/DecimalFormat.html</a></p> <p><a href="http://www.freshsources.com/Format.htm" rel="nofollow noreferrer">http://www.freshsources.com/Format.htm</a></p> <p><a href="http://www.java2s.com/Code/Java/I18N/JavaI18NFormatNumberFormat.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/I18N/JavaI18NFormatNumberFormat.htm</a></p> <p>You can tweak the decimalFormat output using your own custom DecimalFormatSymbols. It's posible to set the string used to represent NaN and a lot more.</p> <p><a href="http://download.oracle.com/javase/6/docs/api/java/text/DecimalFormatSymbols.html" rel="nofollow noreferrer">http://download.oracle.com/javase/6/docs/api/java/text/DecimalFormatSymbols.html</a></p> <p>for Date Format:</p> <p><a href="http://javatechniques.com/blog/dateformat-and-simpledateformat-examples/" rel="nofollow noreferrer">http://javatechniques.com/blog/dateformat-and-simpledateformat-examples/</a></p> <p>for both in a JFormattedTextField</p> <p><a href="http://www.java2s.com/Code/Java/Swing-JFC/Formatted-TextField.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/Swing-JFC/Formatted-TextField.htm</a></p> <p>text format</p> <p><a href="http://www.java2s.com/Code/Java/Development-Class/MakecustomInputTextFormatterinJava.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/Development-Class/MakecustomInputTextFormatterinJava.htm</a> <a href="http://www.java2s.com/Code/Java/Development-Class/ApplyamasktoString.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/Development-Class/Formatter.htm</a> <a href="http://www.java2s.com/Code/Java/Development-Class/ApplyamasktoString.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/Development-Class/ApplyamasktoString.htm</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload