String result = MessageFormat.format( "At {0,time} on {0,date}, {1} {2}.", data); System.out.println(result);