[Android] Date, Time, Calendar, Format
时间:2010-09-14 来源:web_surf
- Get current time
 java.lang.System.currentTimeMillis();
 
- Date
 java.util.Date.
 It is a date/time operation util, you can use this class to get day, month, ...
 
- Date format
 android.text.format.DateFormat.
 - Get user configured date format
 DateFormat.getDateFormat(context);
 
- xxx
 
 
- Get user configured date format
- Calendar
 java.util.Calendar.
 
- TimeZone
 java.util.TimeZone
 
- xxx
 
 相关阅读 更多 + 
    
   排行榜 更多 + 
    
    
  









