Class Formatting
Hulpfuncties t.b.v. formattering
Namespace: SIW
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at formatting.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at formatting.php
Methods summary
public static
string
|
|
public static
string
|
#
format_amount( float $amount, integer $decimals = 0, string $currency_code = 'EUR' )
Formatteert getal als bedrag |
public static
|
#
format_sale_amount( float $amount, float $sale_amount, integer $decimals = 0, string $currency_code = 'EUR' )
Formatteert kortingsbedrag |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
format_date_range( string $date_start, string $date_end, boolean $year = true )
Formatteert datumrange als tekst |
public static
string
|
|
public static
string
|
|
public static
string
|
#
format_month_range( string $date_start, string $date_end, boolean $year = true )
Formatteert maand-range uit datums als tekst |
public static
string
|
|
public static
string
|
#
format_number_of_volunteers( integer $total, integer $male, integer $female )
Formatteert aantal vrijwilligers |
public static
string
|