On Mon, 13 Aug 2012, Max Birkoff wrote:
I see in POI javadoc:
 http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/DateUtil.html
that this method:
 getJavaDate(double date, java.util.TimeZone tz)
is implemented. However when I javap the jar:

$ javap -classpath . org.apache.poi.ss.usermodel.DateUtil | grep getJavaDate
   public static java.util.Date getJavaDate(double);
   public static java.util.Date getJavaDate(double, boolean);

I don't see that method.

You're probably on too old a version of POI, try upgrading

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to