- Updates all datetime references to use WordPress format

- Removes depreciated datetime conversion method from Helpers
- Fixes translation & error display issue in import
Closes #432
This commit is contained in:
Vlad
2016-05-11 10:53:52 -04:00
parent a1d8dec047
commit bc92d9a61e
10 changed files with 33 additions and 85 deletions

View File

@@ -976,7 +976,7 @@ define(
data[matchedColumn] +=
'<span class="mailpoet_data_match" title="'
+ MailPoet.I18n.t('verifyDateMatch') + '">'
+ date + '</span>';
+ MailPoet.Date.format(date) + '</span>';
}
else {
data[matchedColumn] +=