| | |
Validating DateTimePicker
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
Im not sure if Im doing it right but... I have changed the datetimepicker to ValueChanged so now I dont have compare option to compare the datetimepicker with Now().CurrentDate()
PLease let me know if u have an idea
PLease let me know if u have an idea
Some people get so rich they lose all respect for humanity. That's how rich I want to be.
I have a datetime picker, then I have ValueChanged event handler for it and a code that goes like this
but now its trhowing exception that said date is not valid I cant even open my form
DateTime date = DateTime::Parse(dtpDate->Text); System::DateTime::Compare(date, System::DateTime::Today.Now);
but now its trhowing exception that said date is not valid I cant even open my form
Some people get so rich they lose all respect for humanity. That's how rich I want to be.
•
•
Join Date: Oct 2008
Posts: 25
Reputation:
Solved Threads: 0
what is tis line suposed to asign to varible date ?
why do you try to compere it in this way ?
try instad
in onchange event
C++ Syntax (Toggle Plain Text)
DateTime date = DateTime::Parse(dtpDate->Text);
why do you try to compere it in this way ?
try instad
C++ Syntax (Toggle Plain Text)
if (Now().CurrentDate()<DateTimePicker1->Date) { //your code }
![]() |
Other Threads in the C++ Forum
- Previous Thread: Soap and problem with timeout
- Next Thread: Urgent Request on Printing
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamiccharacterarray email encryption error file format forms fstream function functions game givemetehcodez graph homeworkhelp iamthwee ifstream input int java lib library lines list loop looping loops map math matrix memory newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sorting spoonfeeding string strings struct temperature template templates text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets





