wie kann ich eine ausgabe in einem numberfield auf zwei nachkomma stellen beschränken?
zf_packungenhybriden.setDouble(packungenhybriden);
zf_packungenhybriden.setDouble(packungenhybriden);
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
percentFormat = NumberFormat.getNumberInstance();
percentFormat.setMinimumFractionDigits(2);
packungenhybridenformatet = NumberFormat.getNumberInstance();
packungenhybridenformatet.setMinimumFractionDigits(2);
zf_packungenhybriden.setDouble(packungenhybridenformatet);