Long day=date/(60 * 60 * 24);
Long hour=(date/(60 * 60) - day * 24);
Long min=((date/60) - day 60 - hour * * 24 * 60);
Long s=(date - day 60 - hour * * 24 * 60 * 60 * 60 * 60 min);
String strtime="remaining:" + + "day" + hour day + + min "hour" + "points" + s + "seconds"; ,
Can
I don't know how to make
CodePudding user response:
Only day hour and minute, second, how to write ms?
CodePudding user response:
The date is come from?
CodePudding user response:
The