Hi Wolfgang, > How can I write this date to a Calc field, using the cell format?
AFAIK (I might be wrong on this), Calc cells do not really now a "Date" value - they only know either numeric or string values, and numeric values can be *formatted* in different ways. So I suppose that you need to do a getDouble at the column, write this value into the Calc cell, and format it with a Date format. Sorry, I cannot really tell you the details about how to do the Calc part (perhaps [EMAIL PROTECTED] is a good place to ask), but this should be the way to go. Ciao Frank -- - Frank Sch�nheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
