Commit ee6830cb authored by pborate's avatar pborate

Updated changes for date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190213 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 877b6db3
......@@ -694,7 +694,7 @@ public class DashboardUtil
if(defaultValue ==null || defaultValue instanceof JSONObject) {
if(type.equalsIgnoreCase("4")) {
System.out.println("Inside if processDashboardFilter 4::::"+sourceDateFormat);
fil.put("default_value", new SimpleDateFormat("CURRENT_DATE").format(new Date()));
fil.put("default_value", "CURRENT_DATE");
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment