Format
Value formatters functions
Value formatters functions
Show value as money:
$amountTxt = $this->get('format', 'currency', $amount);
Type | Example | Description |
---|---|---|
date | 12.12.2016 | Date |
time | 12:30 | Time |
duration | 01:45 | Duration |
number | 1 234,56 | Number |
currency | 1 234,56 EUR | Currency (number + unit) |
name | tama_on_linkki | Technical name. (remove special chars, convert ä,ö etc to a,o and convert spaces to _) |
sql_name | nothing_special | Make string sql compatible name. |