Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293733

Add Number::format with settings to configure decimal point and thousands separators

$
0
0

PHP provides the function number_format to format numbers with decimal points and thousands separator. Actually, if there was a way, in Drupal, to customize this function at site/user levels... :-)

I believe this is not so difficult to implement. All we needs is add a couple of fields to allow admins/users customize these options (decpoint/thsndsep) to admin/settings and user/edit, maybe near the date format?

Does it worth to roll a patch for 4.7?


Viewing all articles
Browse latest Browse all 293733

Trending Articles