摘要:
SimpleDateFormat sDateFormat ;String date;if(DateFormat.is24HourFormat(getActivity().getApplicationContext())){ sDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); date = sDateFormat.format(new java.util.Date());}else{ sDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss&quo 阅读全文