Posted by markus_petrux on November 4, 2008 at 1:38pm
Overview
The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.
Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.
Builtin integration support for: Views, Diff, Token.
Maintained by kenorb and cweagans.
Additional field formatters
You can easily add additional formatters adding the following lines to your settings.php file:
<?php
// Additional formatters for fixed number of decimal places.
$conf['formatted_number_decimal_place_formatter_lengths'] = array(0, 1, 2);
// Additional formatters for fixed number of significant figures.
$conf['formatted_number_significant_figure_formatter_lengths'] = array(1, 2, 3, 4);
?>Be sure to rebuild your theme registry after changing these options.
How can you get involved?
- Write a review for this module on drupalmodules.com
- Help translate this module at localize.drupal.org
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Content Construction Kit (CCK), Fields, Multilingual
- Reported installs: 2341 sites currently report using this module. View usage statistics.
- Downloads: 16,672
- Last modified: April 7, 2013