dmitrirussu / php-sepa-xml-generator

SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53 stars 36 forks source link

CreationDateTime is not in 24-hour format #21

Closed alfaburro closed 9 years ago

alfaburro commented 9 years ago

In lib/SEPA/GroupHeader.php, line 111

you could replace this

$this->CreationDateTime = str_replace(' ', 'T', $date->format('Y-m-d h:i:s'));

with this line

$this->CreationDateTime = $date->format('Y-m-d\TH:i:s');
dmitrirussu commented 9 years ago

Thanks, was datetime format was updated