You have a few options.
1) If the data is coming from a dataset, do the formatting at the datalevel.
2) If the values are all numbers, you could use: =ABS(-2100.00)
3) If the valures are strings you could use: =Replace(-2100.00,"-","")
every day is a school day