--- rat/client/parameter.html 2004/11/10 20:32:19 1.29
+++ rat/client/parameter.html 2005/06/06 16:06:25 1.30
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.29 2004/11/10 20:32:19 www Exp $
+// $Id: parameter.html,v 1.30 2005/06/06 16:06:25 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -770,6 +770,9 @@ function init() {
if ((pvalue!='') && (typeof(pvalue)!="undefined")) {
cdate.setTime(pvalue*1000);
+ } else {
+ cdate.setSeconds(0);
+ cdate.setMinutes(0);
}
months[0]='January';