I am working on a timesheet application where the user will enter the work time of the staffs for morning, afternoon and evening (overtime).
As we all know this is a very tedious job for the user, I trying to find a way to make it easier to the user, particularly the use the period (.) instead of a colon (:) for the time entries.
Say for example: The user enters 8.15 in the DBGrid column titled "AM Time-In". The computer upon pressing "enter" automatically converts to 8:15 AM.
Hence, 1. Is there a way that I can do this in my Delphi 10.3 Rio? 2. I also wanted to change the 24 hour format to 12 hour?
I will appreciate any help for this. Thank you.