yes it does
SimpleDateFormat sdt = new SimpleDateFormat("EEE',' dd MMM yyyy HH:mm:ss
z");
        try {
                Date myDate =   sdt.parse(myDateStr);
                System.out.println("Parsed date: " + myDate);
                        
        } catch (ParseException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
}




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-RSS-DIH-dateTimeFormat-does-NOT-work-tp4001911p4002005.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to