I'm developing an application for receiving my work in C # . Since I'm still crawling in the language, I need your help. The calendar will contain the following fields:
- Name of the applicant; Scheduling Date (I am using the DataTimePicker);
- Start time (I'm using DataTimePicker);
- End time (I'm using DataTimePicker);
In the Start Time and End Time, I changed the Format to Time, but when I click, the complete date continues to appear. How would I configure these fields to only show the time for the user to select?
Follow below as it appears to me. I need you to show up 00:00:00 until 23:59:59: