aboutsummaryrefslogtreecommitdiff
path: root/app/class/art2.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/art2.php')
-rw-r--r--app/class/art2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/art2.php b/app/class/art2.php
index 6a61687..2029895 100644
--- a/app/class/art2.php
+++ b/app/class/art2.php
@@ -169,6 +169,8 @@ class Art2
return $this->date->format('Y-m-d');
} elseif ($option == 'ptime') {
return $this->date->format('H:i');
+ } elseif ($option = 'dmy') {
+ return $this->date->format('d/m/Y');
}