Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date format in line 2 of NACHA file #5

Open
hegemanjr opened this issue Mar 31, 2015 · 0 comments
Open

Date format in line 2 of NACHA file #5

hegemanjr opened this issue Mar 31, 2015 · 0 comments

Comments

@hegemanjr
Copy link

According to my bank's specifications the date format that is set in the setDescription() function on line 192 of Nacha.php,

if($date)$this->descriptionDate = date('M d',strtotime($date));

should be,

if($date)$this->descriptionDate = date('ymd',strtotime($date));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant