2009/1/27 S, Rajini (STSD) <[email protected]>: > > In perl is there any system defined functions to find out the > Differences in dates. >
Not as such. There are ways to do it by using Date:: modules, like Date::Manip, Date::Calc, or DateTime. Try the following links for more detailed information about the how. http://www.perlmonks.org/?node_id=17057 http://perlmeme.org/faqs/datetime/comparing_dates.html -- Erez It's time to grow out of the browser; we have nothing to lose but our metaphors. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
