views:

80

answers:

1

Hey guys,

I am working on a date parser in Java. Just wanted some information on if there is any java library which could parse special occasions like for example if I give input as: Christmas or new year, it returns a date for this.

Thanks in advance.

Regards, Pranav

A: 

Related question: http://stackoverflow.com/questions/1410408/natural-language-date-and-time-parser-for-java

Konamiman
that question was posted by me...and the thing which i want to do here is to get dates for special occasions not for verbal dates. For example if i give "thanksgiving" so should get the date for coming thanksgiving. Still thanks for the reply.
Pranav