JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added date type to metaform and template
[wfpl.git] / time.php
index b9181b0..81f4048 100644 (file)
--- a/time.php
+++ b/time.php
@@ -119,4 +119,8 @@ function ymd_to_mdy($date) {
        return sprintf('%02u/%02u/%04u', $month, $day, $year);
 }
 
+function enc_mdy($date) {
+       return ymd_to_mdy($date);
+}
+
 ?>