How can I only allow 0.0000 as the 'numeric' format ?
Field::inst( '1m' )
->validator( 'Validate::numeric', array(
"format" => ,
"message" => "This input must be given as a number as 0.0000"
) )