diff --git a/frontend/src/components/Bids.vue b/frontend/src/components/Bids.vue
index 545571f..8006224 100644
--- a/frontend/src/components/Bids.vue
+++ b/frontend/src/components/Bids.vue
@@ -31,7 +31,7 @@
{{ scope.row.title }}
-
+
{{ formatDate(scope.row.publishDate) }}
diff --git a/frontend/src/components/CrawlInfo.vue b/frontend/src/components/CrawlInfo.vue
index 2a5fdf5..55e9753 100644
--- a/frontend/src/components/CrawlInfo.vue
+++ b/frontend/src/components/CrawlInfo.vue
@@ -12,8 +12,8 @@
-
-
+
+
{{ formatDateTime(row.latestUpdate) }}
diff --git a/frontend/src/components/Dashboard-AI.vue b/frontend/src/components/Dashboard-AI.vue
index 20f4551..23649f4 100644
--- a/frontend/src/components/Dashboard-AI.vue
+++ b/frontend/src/components/Dashboard-AI.vue
@@ -45,7 +45,7 @@
{{ scope.row.title }}
-
+
{{ formatDate(scope.row.publishDate) }}
diff --git a/frontend/src/components/Dashboard.vue b/frontend/src/components/Dashboard.vue
index a34c644..a413db7 100644
--- a/frontend/src/components/Dashboard.vue
+++ b/frontend/src/components/Dashboard.vue
@@ -69,7 +69,7 @@
{{ scope.row.title }}
-
+
{{ formatDate(scope.row.publishDate) }}
diff --git a/frontend/src/components/PinnedProject.vue b/frontend/src/components/PinnedProject.vue
index f23c4d4..198ffbb 100644
--- a/frontend/src/components/PinnedProject.vue
+++ b/frontend/src/components/PinnedProject.vue
@@ -35,7 +35,7 @@
{{ scope.row.title }}
-
+
{{ formatSimpleDate(scope.row.publishDate) }}