Hello Monks
I'm trying to parse date but is giving irrelevant output for me...please find the code
OUTPUT
20/Apr/30Expected OUTPUT
30/Apr/10#!/usr/bin/perl use strict; use Date::Manip; Date_Init("TZ=EST5EDT"); print "Hello, World...\n"; my $date = '30-04-2010'; $date = UnixDate($date, "%e/%b/%y"); print $date;
In reply to Problem parsing date with Date::Manip by kalyanrajsista
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |