Where is the "* 10^3" coming from? certainly not a format, because I think the format would report it as "11.300E+3".
So, if you have a value which is reported as 11300.000 by the 11.3 format and you want it to be 11.300, then you need to divide the number by 1000 first, before reporting/printing it.