noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 58/151: IDate : admit date from before 2000


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 58/151: IDate : admit date from before 2000
Date: Sat, 4 Feb 2017 17:14:28 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 06d29be88799cf356c3b3c6431b4ec00b96a6c41
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jul 11 23:34:32 2016 +0200

    IDate : admit date from before 2000
---
 include/lib/class_idate.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/class_idate.php b/include/lib/class_idate.php
index 14c302c..20852d6 100644
--- a/include/lib/class_idate.php
+++ b/include/lib/class_idate.php
@@ -65,7 +65,7 @@ class IDate extends HtmlInput
                  placeholder="%s"
                  title="%s"
                  %s
-                 pattern="[0-9]{1,2}.[0-9]{1,2}.20[0-9]{2}"
+                 pattern="[0-9]{1,2}.[0-9]{1,2}.[0-9]{4}"
                 />
                 <img src="image/x-office-calendar.png" id="%s_trigger"
                  style="cursor: pointer" 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]