4
I am developing an application for the reception of my work in C#. As I am still crawling in the language, I need your help. The schedule will contain the following fields:
- Requester Name; Scheduling Date ( I’m using Datatimepicker );
- Start time ( I’m using the Datatimepicker );
- End Time ( I’m using the Datatimepicker );
At Start Time and End Time I changed the Format for Time, but when I click, the full date continues to appear. How I would set up these fields to appear only the time for the user to select?
It follows below as it appears to me. I need it to appear 00:00:00 until 23:59:59:
What have you ever done? What’s the problem?
– Maniero
I only did what I passed in the post, because I just started the development. The problem is that even changing the format of the Datatimepicker, when clicking on the field, still appears the date and not only the times.
– user24136
Show what you’ve done, help people help you.
– Maniero
Show how? If I just dragged the components to the stage and changed the format in the properties.
– user24136
Taking the generated codes, you only know how to drag the controls but you know nothing about code?
– Maniero
then bigown. As I reported, I’m still crawling on C#. I’ve used code passed by ramaral before, but not exactly what I want.
– user24136
@Jose.Marcos http://pttimeselect.sourceforge.net/example/index.html I think this might be interesting for you.
– Thiago Friedman