I use :
$product->getPrice();
to get the unformatted price that I can calculate \"quantity X price\" with ajax.
I want to reformat
For formatting the price in another currency than the current one:
Mage::app()->getLocale()->currency('EUR')->toCurrency($price);