How does one get rid of the decimal and digital group seperator? For example if I post an item and specify 23000 as the price, I would like it to appear as 23000 not 23,000.00 or 23.000,00. The format 23000 is more universal.

Comments

Anonymous’s picture

Same thing here: I need to have the decimals removed to get 23,000 instead of 23,000.00

When I select 0 decimals and validates, as I come back to check the money CCK field settings, it is still 2.
I tried to erase the content of the decimal separator, but nothing changed. I still get the .00 that I don´t need. (I am designing a website to sell houses!
Thanks for the help. (I use the 5.x.1-5 version though).

Michael

wim leers’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Category: support » feature

That's indeed not supported. It also won't be implemented in the Drupal 5 version, which is now a bugfix-only branch.

wim leers’s picture

Version: 6.x-1.x-dev » 5.x-1.5
Assigned: Unassigned » wim leers
Status: Active » Closed (fixed)

Hm, I did implement this: http://drupal.org/node/302443. But there's a bug in it: http://drupal.org/node/188410#comment-752706.

Erasing the digit group separator should work though.