<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - how to validate the patttern of date format ?</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 18 Jun 2013 19:19:30 -0400</pubDate>


    <item>

        <title>Re: how to validate the patttern of date format ?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58787</link>

        

        
            <description><![CDATA[thanks, but it seems you didn't understand my, what i want is to validate the "pattern" itself,but not if the date follow that pattern.]]></description>
        

        <pubDate>Mon, 07 Dec 2009 18:37:54 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Dec 2009 18:37:54 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Dec 2009 18:37:54 -0500</jf:modificationDate>
        <jf:date>Dec 7, 2009</jf:date>
        <jf:author>zhebin cong</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: how to validate the patttern of date format ?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58787</link>

        

        
            <description><![CDATA[try {
     DateFormat dateFormat = new SimpleDateFormat( "yyyy-MM-dd" );
     dateFormat.setLenient( Boolean.FALSE );
     dateFormat.parse( inputDate );
}catch ( ParseException ex ) {
 // exception occurs if format is not valid.
}]]></description>
        

        <pubDate>Mon, 07 Dec 2009 14:52:03 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Dec 2009 14:52:03 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Dec 2009 14:52:03 -0500</jf:modificationDate>
        <jf:date>Dec 7, 2009</jf:date>
        <jf:author>Jatin Vasa</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>how to validate the patttern of date format ?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=58787</link>

        

        
            <description><![CDATA[hello ...]]></description>
        

        <pubDate>Sun, 06 Dec 2009 23:28:09 -0500</pubDate>

        

        <jf:creationDate>Sun, 06 Dec 2009 23:28:09 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 06 Dec 2009 23:28:09 -0500</jf:modificationDate>
        <jf:date>Dec 6, 2009</jf:date>
        <jf:author>zhebin cong</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

