摘要: 1 /** 2 * 设置时间选择器 3 */ 4 private void setTimePickerDialog() { 5 Calendar mCalendar = Calendar.getInstance(); 6 mCal... 阅读全文
posted @ 2015-10-14 23:03 Cloud_9527 阅读(1025) 评论(0) 推荐(0) 编辑
摘要: 1 import java.text.DateFormat; 2 import java.text.ParseException; 3 import java.text.SimpleDateFormat; 4 5 6 //String--->Date 7 String str1 = "2011... 阅读全文
posted @ 2015-10-14 22:52 Cloud_9527 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1 import android.text.method.ReplacementTransformationMethod; 2 /** 3 * @author cloud 4 * 5 */ 6 public class AllCapTransformationMethod extends ... 阅读全文
posted @ 2015-10-14 22:26 Cloud_9527 阅读(715) 评论(0) 推荐(0) 编辑