lagerplease
Technical User
I don't trust my ISP (they remove standard PERL modules for no reason) so I need to be able to convert a date to a different format without using Date::Calc or Date::Manip.
I have an input string of, say, "31/07/04" and I need to return "Sat Jul 31".
Any clever little tricks to do this quickly?
I have an input string of, say, "31/07/04" and I need to return "Sat Jul 31".
Any clever little tricks to do this quickly?