diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php
index 7a49a055..c69d50cc 100644
--- a/application/controllers/Lotw.php
+++ b/application/controllers/Lotw.php
@@ -724,8 +724,6 @@ class Lotw extends CI_Controller {
$customDate = $this->input->post('from');
if ($customDate != NULL) {
- $customDate = DateTime::createFromFormat('d/m/Y', $customDate);
- $customDate = $customDate->format('Y-m-d');
$lotw_last_qsl_date = date($customDate);
}
else {
diff --git a/application/views/eqsl/import.php b/application/views/eqsl/import.php
index 366c8d87..55ebb169 100644
--- a/application/views/eqsl/import.php
+++ b/application/views/eqsl/import.php
@@ -52,8 +52,7 @@
diff --git a/application/views/hrdlog/export.php b/application/views/hrdlog/export.php
index 21583a04..21525a83 100644
--- a/application/views/hrdlog/export.php
+++ b/application/views/hrdlog/export.php
@@ -68,22 +68,15 @@
Warning If a date range is not selected then all QSOs will be marked!
-
From date:
-
-
To date:
-
-
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 061789af..e85262e5 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -2297,9 +2297,6 @@ $(document).ready(function(){
if (isDarkModeTheme()) {
$('[class*="buttons"]').css("color", "white");
}
- $('#eqsl_force_from_date').datetimepicker({
- format: 'YYYY/MM/DD'
- });
@@ -2866,42 +2863,6 @@ function viewEqsl(picture, callsign) {
-uri->segment(1) == "dxatlas") { ?>
-
-
-
-
-
-uri->segment(1) == "csv") { ?>
-
-
-
-
-
uri->segment(1) == "eqsl") { ?>