Hi,
I'm facing the problem wrt to Date format while executing the script in windows.It is properly running in Unix.The date format in Unix is
$Date=`date \"%m %d %y \"`;
When i try to execute this in windows it is givng me the error : "System cannot accept the Date entered"
Perl is installed in windows machine.
Any help on this will be highly appreciated.
Regards,
RK.
I'm facing the problem wrt to Date format while executing the script in windows.It is properly running in Unix.The date format in Unix is
$Date=`date \"%m %d %y \"`;
When i try to execute this in windows it is givng me the error : "System cannot accept the Date entered"
Perl is installed in windows machine.
Any help on this will be highly appreciated.
Regards,
RK.