Where to format text field using Number helper?

Where is a good place to use the Number helper to format text into currency? In using the FormHelper, I don’t typically set the value since cake does that for me, but I want to convert 1000 into $1000.00 when viewing.

use like this :

'value'=>$this->Number->currency(534, 'USD')