Editbox number - 2 digits after dot number to show

Issues related to forms.
Post Reply
Ninjaballs
 
 
Posts: 1
Joined: Sat Apr 11, 2020 6:51 pm

Editbox number - 2 digits after dot number to show

Post by Ninjaballs »

Hello
For example in editbox number 1856.63500000005
How to make show in editbox 1856.63 automatically ?

Thanks
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Editbox number - 2 digits after dot number to show

Post by Pablo »

There is no standard solution for this in HTML. This is only possible with JavaScript.
https://www.w3schools.com/jsref/jsref_tofixed.asp
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: Editbox number - 2 digits after dot number to show

Post by BaconFries »

This may also be of interest if you need to round up to 2 decimal points again this requires javascript.
https://stackoverflow.com/questions/118 ... -necessary
Post Reply