Is it possible to have a check to get today's date and tomorrow's date? For example. If so can someone please help.
int cnt = 0;
if( date = today )
{
cnt = 1;
}
else if ( date = tomorrow )
{
cnt = 2;
}
Is it possible to have a check to get today's date and tomorrow's date? For example. If so can someone please help.
int cnt = 0;
if( date = today )
{
cnt = 1;
}
else if ( date = tomorrow )
{
cnt = 2;
}