How to compare data from QdateEdit?
-
so, i'm creating a voting system for my project, my criteria includes, voter to be 18 or above years.
i used QDateEdit to take voter's DOB. now i want to compare it, so that i can know s/he is eligible.
help me please. QT c++@Sapok_5 said in How to compare data from QdateEdit?:
i used QDateEdit to take voter's DOB. now i want to compare it, so that i can know s/he is eligible.
By looking into the documentation you will find a lot of comparison operators.