I want to get a formatted price but without the currency symbol and I want use only standard functionality of magento!
$product->getFinalPrice(); => 19
Mage::getModel('directory/currency')->format( $product->getFinalPrice(), array('display'=>Zend_Currency::NO_SYMBOL), false );