How can i compare two date???
| Mon, 2005-05-09 16:18 | |
|
i want to make an app that the app begin works on the defined date..
for ex now is 9 may and the user enter 30 may, on the 30 th may the app must work... But i dont want count seconds for timeout.. i made an exe and everyday when the user opens his phone the exe works in underground and takes the date..Then compare two dates ,the user input and now's date, if it is same begiin working else close the exe server... how can i do that? only comparing the date i mean... |
|






Forum posts: 176
Get the current time by using these functions
TTime::HomeTime() or TTime::UniversalTime()
Compare two TTime objects by using
TBool TTime::operator==(TTime aTime)
Darin Dishneau
www.dishneau.com/symbian