Salut, am incercat prima oara dupa acel tutorial dar nu functioneaza
EDIT: Acum a functionat
Am adaugat:
return number_format($number, NULL, '', ',');
}
in loc de:
return is_numeric( $number ) ? str_replace( 'x', $this->local_data['thousands_sep'], number_format( $number, $places, $this->local_data['decimal_point'], 'x' ) ) : 0;
}
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.