refactor: Changed DateTime extension method to a simple util method

This commit is contained in:
Chris Cameron
2019-09-04 14:30:45 -04:00
parent dc1b60e629
commit 027c9ffe82
8 changed files with 55 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Added an extension method for getting the hour in 12 hour format
- Added a method for converting 24 hour to 12 hour format
## [9.8.0] - 2019-09-03
### Added