Thank you for your quick reply. It turns out that what I actually needed was
Code: |
{$value|number_format:0:.:,}
|
However, you didn't really answer my more important question about documentation. I realize that you probably don't want to sit down right now and bang out some good technical documents, but how about a short listing of what php format function are supported by wrappers. Also, a brief explanation of how to use regexreplace: and any other function wrappers that are supported.
If I'm not mistaken, it looks like this might be the starting point of a list of functions:
class.UrlEncode.php
class.UpperCase.php
class.UniqueReplace.php
class.Truncate.php
class.StripTags.php
class.RestoreTags.php
class.Replace.php
class.RegexReplace.php
class.ParseIni.php
class.NumberFormat.php
class.LowerCase.php
class.LoadAll.php
class.JsonDecode.php
class.HtmlTruncate.php
class.Format.php
class.FilterBase.php
class.Filter.php
class.Empty.php
class.DBQuote.php
class.DateFormat.php
class.Base64Encode.php
All found here:
/modules/mod_aridatatables/includes/kernel/SimpleTemplate/Filters/
Thanks in advance!