public class ImportDemoTest { public static void main(String[] args) { ImportDemo iD = new ImportDemo(); String currentDate = iD.getCurrentDate(); System.out.println(currentDate); } }