mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
More code for new importer
This commit is contained in:
@@ -32,7 +32,7 @@ class Date extends BasicConverter implements ConverterInterface
|
||||
*/
|
||||
public function convert($value): Carbon
|
||||
{
|
||||
Log::debug('Going to convert ', ['value' => $value]);
|
||||
Log::debug('Going to convert date', ['value' => $value]);
|
||||
Log::debug('Format: ', ['format' => $this->config['date-format']]);
|
||||
try {
|
||||
$date = Carbon::createFromFormat($this->config['date-format'], $value);
|
||||
|
Reference in New Issue
Block a user