Thanks for your response and I have attached the tpl file. Here is what the script doing, it generates three files and one of them is the RSS page which is collecting data from XML file. Now, I need to capture the date and reformat it and publish back to the RSS page.Please let me know if you need further information and thanks again.
<iw_perl> use Date::Manip; my $input = "20101029"; # replace with actual reference to DCR field my $date = UnixDate($input, "%a, %d %b %Y %H:%M:%S %Z"); # do whatever you want with $date ...</iw_perl>