diff options
Diffstat (limited to 'httemplate/edit/process/deploy_zone-fixed.html')
-rw-r--r-- | httemplate/edit/process/deploy_zone-fixed.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/deploy_zone-fixed.html b/httemplate/edit/process/deploy_zone-fixed.html index 0033bbe52..b22e63066 100644 --- a/httemplate/edit/process/deploy_zone-fixed.html +++ b/httemplate/edit/process/deploy_zone-fixed.html @@ -28,6 +28,10 @@ my $precheck_callback = sub { $i++; } } + if ( length $cgi->param('active_date') ) { + my $date = parse_datetime( $cgi->param('active_date') ); + $cgi->param('active_date', $date); + } ''; }; </%init> |