<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; Date</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=date" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>java日期时间工具类</title>
		<link>http://www.lanxinbase.com/?p=2222</link>
		<comments>http://www.lanxinbase.com/?p=2222#comments</comments>
		<pubDate>Thu, 25 Apr 2019 00:30:49 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[1.服务端语言]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[DateTimeFormatter]]></category>
		<category><![CDATA[LocalDate]]></category>
		<category><![CDATA[LocalDateTime]]></category>
		<category><![CDATA[LocalTime]]></category>
		<category><![CDATA[SimpleDateFormat]]></category>
		<category><![CDATA[Timestamp]]></category>
		<category><![CDATA[ZonedDateTime]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2222</guid>
		<description><![CDATA[工具类继承了OutPut类，这个类只是提供了一个out()的静态方法，用于测试。 package system [&#8230;]]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=2222</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android开发时间操作类</title>
		<link>http://www.lanxinbase.com/?p=1028</link>
		<comments>http://www.lanxinbase.com/?p=1028#comments</comments>
		<pubDate>Mon, 16 May 2016 08:43:41 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[SimpleDateFormat]]></category>
		<category><![CDATA[时间操作类]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1028</guid>
		<description><![CDATA[import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;

/**
 * 时间操作类
 * Created by Alan on 2016/05/16 0016.
 */
public class DateUtility {
    public static final String DEFAULT = "yyyy-MM-dd HH:mm:ss";
    public static final String LONG = "yyyy年MM月dd日 HH时mm分ss秒";
    public static final String SHORT = "yyyy-MM-dd HH:mm";
    public static final String DATE = "yyyy-MM-dd";
    public static final String TIME = "HH:mm:ss";
    public static final String FULL = "yyyy-MM-dd HH:mm:ss EEEE";

    public static final String WEEK = "EEEE";
    private static SimpleDateFormat sdf;]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=1028</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
