CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 ::: re. Dealing with German Numeric Data Types

Print topic Send  topic

Author Message
phpminer

Posts: 28
Posted: 02/25/2012, 8:40 AM

The comma (,) instead of the period (.) is used to describe German numerals.

How have some of you who dealt with this issue when entering
numeric data from a record form in your CCS applications?



View profile  Send private message
CodeChargeMVP

Posts: 473
Posted: 02/28/2012, 2:23 AM

this shall be not a problem since you could format the data you´re showing to the end user on any of the php events using any of the php5 functions by numeric data format.

Quote phpminer:
The comma (,) instead of the period (.) is used to describe German numerals.

How have some of you who dealt with this issue when entering
numeric data from a record form in your CCS applications?


_________________
Best Regards
Entrepeneur | NT Consultant
View profile  Send private message
thomas2340

Posts: 55
Posted: 03/28/2013, 4:01 PM

i put the following string into the format options of the field

0.00;;;;,;

the datatype off ccs is float and the field type in mysql is float 15,2

it works, only the thousands separator doesnt work.

german: 1.005,20 EUR
US: 1,005.20 $

formatting with 0.00;;;;,;
1005,20 EUR

has anyone an idea how to get the missing point ?
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.