From 5ead832579f92d08a6ed31b967925a980f99c249 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 28 Aug 2017 11:50:25 -0400 Subject: RT# 77200 - Changed fixed active date to a user input date --- httemplate/edit/process/deploy_zone-mobile.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit/process/deploy_zone-mobile.html') diff --git a/httemplate/edit/process/deploy_zone-mobile.html b/httemplate/edit/process/deploy_zone-mobile.html index d36d5d448..9b205ab6e 100644 --- a/httemplate/edit/process/deploy_zone-mobile.html +++ b/httemplate/edit/process/deploy_zone-mobile.html @@ -21,6 +21,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); + } ''; }; -- cgit v1.2.1