export icon indicating copy to clipboard operation
export copied to clipboard

postDate and expiryDate

Open lettie16 opened this issue 7 years ago • 1 comments

postDate and expiryDate only seem to bring out the date. Is it possible to bring out the time as well?

lettie16 avatar Oct 31 '17 15:10 lettie16

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?

lettie16 avatar Oct 31 '17 15:10 lettie16