export
export copied to clipboard
postDate and expiryDate
postDate and expiryDate only seem to bring out the date. Is it possible to bring out the time as well?
I've managed to do a quick fix on this by editing the ExportService.php file line 364 and removing the (string) from the returned data variable. This returns the timestamp as is. Is there a way to format the ExpotModel::HandlePostDate with the php date format function?