SamuelSVD / QuickDBAccess

Quick DB Access is a Windows program that works as a configurable front end application for a SQL Server database.
3 stars 0 forks source link

Allow user to change date/time formats #46

Open SamuelSVD opened 1 year ago

SamuelSVD commented 1 year ago

The app should allow a user to specify how dates, times, and datetimes should be displayed all around the app

For datagridview: https://social.msdn.microsoft.com/Forums/en-US/2055d187-1d71-4771-8113-d590f62731b6/datagridviewcolumn-display-datetime-with-seconds-milliseconds-?forum=winforms

SamuelSVD commented 2 weeks ago

This seems to be quite a problem since there's no easy way to tell that the returned data type is Date only vs DateTime...