Download & Extend

Formatted Number

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?

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.3 tar.gz (17 KB) | zip (22.16 KB) 2009-Sep-20 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (13.3 KB) | zip (15.82 KB) 2013-Apr-04 Notes
6.x-1.x-dev tar.gz (14.66 KB) | zip (17.5 KB) 2011-Jul-26 Notes

Project Information


Maintainers for Formatted Number

  • kenorb - 3 commits
    last: 6 weeks ago, first: 6 weeks ago
  • markus_petrux - 19 commits
    last: 1 year ago, first: 4 years ago

Issues for Formatted Number

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants
nobody click here