
otilia
New User
Mar 16, 2010, 7:16 AM
Post #1 of 2
(1188 views)
|
|
Write time into an OpenOffice Document
|
Can't Post
|
|
I am using OpenOffice::OODoc to write data into an OpenOffcie spreadsheet. I want to write a time variable with the format HH:MM into a cell. I set the type of the cell like this: $doc->cellValueType($cell, 'time'), but there is no formatting like HH:MM. What is the solution to write exactly the time into the format HH:MM?
|