<?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 convert String into java.util.Date</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>Sat, 18 May 2013 09:25:28 -0400</pubDate>


    <item>

        <title>Re: MM not mm</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[Thank you Stefan Avigue for the reply, I was really struggling  for why the format is getting wrong.]]></description>
        

        <pubDate>Thu, 09 Jul 2009 03:04:42 -0400</pubDate>

        

        <jf:creationDate>Thu, 09 Jul 2009 03:04:42 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 09 Jul 2009 03:04:42 -0400</jf:modificationDate>
        <jf:date>Jul 9, 2009</jf:date>
        <jf:author>Sai Kiran</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>MM not mm</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[The Format String should be

  SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd"); 

Upper case MM represents month... lower case mm means minutes.]]></description>
        

        <pubDate>Thu, 11 Jun 2009 14:02:07 -0400</pubDate>

        

        <jf:creationDate>Thu, 11 Jun 2009 14:02:07 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 11 Jun 2009 14:02:07 -0400</jf:modificationDate>
        <jf:date>Jun 11, 2009</jf:date>
        <jf:author>Stefan Avigue</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>How to convert String into java.util.Date</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[Have a look at:
<br>
<br><a class="jive-link-external" href="http://developer.java.sun.com/developer/qow/archive/120/index.html" target="_newWindow">http://developer.java.sun.com/developer/qow/archive/120/index.html</a>
<br>
<br>cheers,]]></description>
        

        <pubDate>Mon, 19 Mar 2001 03:21:36 -0500</pubDate>

        

        <jf:creationDate>Mon, 19 Mar 2001 03:21:36 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 19 Mar 2001 03:21:36 -0500</jf:modificationDate>
        <jf:date>Mar 19, 2001</jf:date>
        <jf:author>Keith McRae</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>How to convert String into java.util.Date</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[I feel u can use the toString() directly after having obtained the date from the Collections package from the java.util.Date itself. 
<br>
<br>See if it works.
<br>
<br>Prasath]]></description>
        

        <pubDate>Sun, 18 Mar 2001 16:40:32 -0500</pubDate>

        

        <jf:creationDate>Sun, 18 Mar 2001 16:40:32 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 18 Mar 2001 16:40:32 -0500</jf:modificationDate>
        <jf:date>Mar 18, 2001</jf:date>
        <jf:author>Prasath Balakrishnan</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>How to convert String into java.util.Date</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[import java.text.*;...]]></description>
        

        <pubDate>Sun, 18 Mar 2001 13:22:00 -0500</pubDate>

        

        <jf:creationDate>Sun, 18 Mar 2001 13:22:00 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 18 Mar 2001 13:22:00 -0500</jf:modificationDate>
        <jf:date>Mar 18, 2001</jf:date>
        <jf:author>Rick Grashel</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>How to convert String into java.util.Date</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=5085</link>

        

        
            <description><![CDATA[How to convert a formated date &quot;2001/03/09&quot; as String object that is &quot;YYYY/MM/DD&quot; into a java.util.Date object.
<br>
<br>fa.]]></description>
        

        <pubDate>Sat, 17 Mar 2001 12:10:14 -0500</pubDate>

        

        <jf:creationDate>Sat, 17 Mar 2001 12:10:14 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 17 Mar 2001 12:10:14 -0500</jf:modificationDate>
        <jf:date>Mar 17, 2001</jf:date>
        <jf:author>Farhan Alam</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>



</channel>
</rss>

