DELL
2024-10-24 4fe3fff3b52219cb5ec7a3aa906b07cc6f96dedc
IEC61850_ForPowerSupply_ForNW/src/com/base/Com.java
@@ -179,4 +179,9 @@
      return calendar.getTimeInMillis();
   
   }
   public static String get_DTF(Date dt, String format){
      DateFormat dtf = new SimpleDateFormat(format);
      return dtf.format(dt);
   }
}