C
|
cgphp 1/15/2013 |
Check the number_format function for PHP http://php.net/manual/en/function.number-format.php. Javascript doesn't have a built-in function instead. In this case you can create a custom method http://stackoverflow.com/questions/149055/how-can-i-format-numbers-as-money-in-javascript. |
C
|
cgphp 1/15/2013 |
Check also the mask feature to enter the data in certain format: http://xlinesoft.com/phprunner/docs/edit_as_settings_text_field.htm |
O
|
onlline author 1/15/2013 |
Check also the mask feature to enter the data in certain format: http://xlinesoft.com/phprunner/docs/edit_as_settings_text_field.htm
|
![]() |
Admin 1/15/2013 |
Leonardo, |
O
|
onlline author 1/16/2013 |
Leonardo, you need to use a built-in input mask feature: http://xlinesoft.com/phprunner/docs/edit_as_settings_text_field.htm
|
![]() |
Admin 1/16/2013 |
Leonardo, |
O
|
onlline author 1/16/2013 |
Leonardo, you need to use a built-in input mask feature: http://xlinesoft.com/phprunner/docs/edit_as_settings_text_field.htm
|
![]() |
Admin 1/17/2013 |
Remove the validation of this field. |
O
|
onlline author 1/17/2013 |
Remove the validation of this field.
|