jovibor / HexCtrl

Fully-featured Hex Control written in C++/MFC.
Other
164 stars 61 forks source link

Facility to override current user date format at runtime #62

Closed datasynergyuk closed 2 years ago

datasynergyuk commented 2 years ago

This PR modifies HexCtrl to allow the date display format to be overridden at runtime. It also provides a public method to report the current date format which may be useful to client applications.

datasynergyuk commented 2 years ago

All suggestions implemented. Suggest future update along same lines moves CHexDlgDataInterp::GetCurrentUserDateFormatString to utility method and adds support for customisable date separator character.

datasynergyuk commented 2 years ago

Request changes made