feat: Added a method for determining if a culture uses 24 hour format

This commit is contained in:
Chris Cameron
2019-09-04 14:31:16 -04:00
parent 027c9ffe82
commit b09f614ef5
3 changed files with 19 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added a method for converting 24 hour to 12 hour format
- Added a method for determining if a culture uses 24 hour format
## [9.8.0] - 2019-09-03
### Added