Replace all date fields by helper

This commit is contained in:
Frederic Guillot
2016-08-31 21:21:09 -04:00
parent 3861e90336
commit 0cb717f440
9 changed files with 17 additions and 44 deletions

View File

@@ -42,8 +42,6 @@ class ExportController extends BaseController
'to' => $to,
),
'errors' => array(),
'date_format' => $this->configModel->get('application_date_format'),
'date_formats' => $this->dateParser->getAvailableFormats($this->dateParser->getDateFormats()),
'project' => $project,
'title' => $page_title,
), 'export/sidebar'));