标签: android
是否可以检查今天的日期和明天的日期?例如。如果有,请有人帮忙。
int cnt = 0; if( date = today ) { cnt = 1; } else if ( date = tomorrow ) { cnt = 2; }