6465666768697071727374
public void testMONTH() throws Exception { } public void testNOW() throws Exception { NOW n = new NOW(); for (int i = 0; i < 100; i++) { assertEquals("NOW not working", eval(n), ExcelDate .toExcelDate(new Date().getTime())); } }