Example #1
0
 public static String DateToString(final Date date) {
   return CrazyLightPluginInterface.DATETIMEFORMAT.format(date);
 }