Hi monks,
I am using Time::Piece module in my application. If i pass invalid date "31-02-2007' with in strftime method i didn't get error. If i passed the invalid date i need to know whether the date is valid or not using Time::Piece module or using someother module. Please provide some sample codes or ideas.