Great. That helped a little bit. They still want the other date formats, so I will put a feature request in.
Hi you can try this,following is the code in dateDemo.ipl file which is called from medata cfg file$my output;my @months = qw(01 02 03 04 05 06 07 08 09 10 11 12);($second, $minute, $hour, $dayOfMonth, $month, $yearOffset, $dayOfWeek, $dayOfYear, $daylightSavings) = gmtime();$year = 1900 + $yearOffset;my $theTimeFormat="$year-$months[$month]-$dayOfMonth $hour:$minute";$output="substitution\n"; $output.="text required = \"t\" size=\"16\" maxlength=\"16\" \n"; $output.="default\n"; $output.="$theTimeFormat\n"; $output.="/default\n"; $output.="cgi-callout url=\"/iw-bin/er_calendar_callout.ipl\" label=\"Show Calendar...\" window-features=\"width=200,height=230,resizable=no,toolbar=no,scrollbars=no,titlebar=no\" /\n"; $output.="/text\n"; $output.="/substitution\n"; print $output;and in metadata datacapture.cfg file use the following codeitem name="Teamsite/Metadata/md.publishDate" label>Publish Date and Time (GMT)/label> description> To ensure global collaboration across different time zones the publish date must be entered as a GMT time. \nGMT may be different from your local time. Input format is: yyyy-MM-dd hh:mm /description> inline command="/iw-home/httpd/iw-bin/dateDemo.ipl publishDate" /> /item>