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

hopeDatePicker where is (ValueChange)? #140

Closed
khaled-shammari opened this issue Nov 10, 2023 · 3 comments
Closed

hopeDatePicker where is (ValueChange)? #140

khaled-shammari opened this issue Nov 10, 2023 · 3 comments
Labels
bug Something isn't working solved Problem solved

Comments

@khaled-shammari
Copy link

Bug explanation

hopeDatePicker where is (ValueChange)?

datepicker

Version

3.7.9.6

@khaled-shammari khaled-shammari added the bug Something isn't working label Nov 10, 2023
@khaled-shammari
Copy link
Author

I need select value and display it in label

@khaled-shammari
Copy link
Author

I found the solution
like this
private void hopeDatePicker1_onDateChanged(DateTime newDateTime)
{
label1.Text = hopeDatePicker1.Date.ToString();
}

@Taiizor Taiizor added the solved Problem solved label Nov 10, 2023
@Taiizor
Copy link
Owner

Taiizor commented Nov 10, 2023

I found the solution like this private void hopeDatePicker1_onDateChanged(DateTime newDateTime) { label1.Text = hopeDatePicker1.Date.ToString(); }

I'm glad you found the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved Problem solved
Projects
None yet
Development

No branches or pull requests

2 participants