[Cashtab] Move formatting functions and tests to their own util files
Summary: Formatting functions formerly found in utils/validation.js have been moved into a seperate formatting.js file. As well, the tests for these functions have been removed from validation.test.js into a formatting.test.js file.
Test Plan:
cd web/cashtab
grep -r 'formatDate' src/
ensure all imports have been updated
grep -r 'formatFiatBalance' src/
ensure all imports have been updated
grep -r 'formatSavedBalance' src/
ensure all imports have been updated
grep -r 'formatBalance' src/
ensure all imports have been updated
run npm test
ensure all tests pass
Reviewers: bytesofman, #bitcoin_abc
Reviewed By: bytesofman, #bitcoin_abc
Differential Revision: https://reviews.bitcoinabc.org/D10777