I want to get a formatted price but without the currency symbol and I want use only standard functionality of magento!
$product->getFinalPrice(); => 19
Just below one line code is needed for that. Try this
Mage::helper('core')->currency($_yourPriceToFormat, false, false);