Open yussel53 opened 3 years ago
I think you want to do
var dt = DateTime.Now.ToString("h: mm tt");
Label.Text = dt;
To figure out what to put in place of h: mm tt
go to this website. It should have all the formats you want.
Hopefully this is what you wanted.
What I really want is to have the cursor in the textbox
Could you show an example of what you want?
I want to be able to type like in the masked textbox
So you want to manually type in a date into a textbox?
No, I want to manually enter data into the same MetroDateTime textbox.
I don’t think you can manually enter the date into a MetroDateTime box. You’re talking about using it like a MaskedText Box I imagine.
Yessss... like MaskedText.. Actually accessible but not very comfortable
I want to type MetroDateTime manually, Without Check box, How do I do that