Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetroDateTime write manually #132

Open
yussel53 opened this issue Aug 31, 2021 · 8 comments
Open

MetroDateTime write manually #132

yussel53 opened this issue Aug 31, 2021 · 8 comments

Comments

@yussel53
Copy link

I want to type MetroDateTime manually, Without Check box, How do I do that

@ThatLadLegend
Copy link

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.

@yussel53
Copy link
Author

What I really want is to have the cursor in the textbox

@ThatLadLegend
Copy link

Could you show an example of what you want?

@yussel53
Copy link
Author

I want to be able to type like in the masked textbox

@ThatLadLegend
Copy link

So you want to manually type in a date into a textbox?

@yussel53
Copy link
Author

yussel53 commented Sep 4, 2021

No, I want to manually enter data into the same MetroDateTime textbox.

@ThatLadLegend
Copy link

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.

@yussel53
Copy link
Author

yussel53 commented Sep 5, 2021

Yessss... like MaskedText..
Actually accessible but not very comfortable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants