732003684

导航

2013年1月14日 #

日期格式转换

摘要: 一。ConverDate.classpackage com.hwtt.android.oa.tool;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Locale;public class ConverDate { private static final SimpleDateFormat DEFALUT_FORMAT = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss", Locale.getDefault()); ... 阅读全文

posted @ 2013-01-14 17:23 732003684 阅读(213) 评论(0) 推荐(0)

自定义日历

摘要: 效果如图一、布局 main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" & 阅读全文

posted @ 2013-01-14 10:51 732003684 阅读(1905) 评论(0) 推荐(0)