Insert date

Function Prototype

insertDate(int $row, int $column, int $timestamp[, string $dateFormat = 'yyyy-mm-dd hh:mm:ss', resource $formatHandler])

int $row

cell row

int $column

cell column

int $timestamp

Timestamp to write

string $dataFormat

time formatting characters

Default: yyyy-mm-dd hh:mm:ss

resource $formatHandler

cell style

example

Time Format Character Example

For more styles, please refer to the Excel Microsoft documentation.

Last updated

Was this helpful?