New features: Money strings formatting
New features:
Price::format(Price|Vat|Money $value, string $locale)
: formats given monetary value into a human readable string respecting the target locale's formatting syntax.Price::formatUsing(callable $closure)
: add your own formatting functions!