Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
clientside_validation
Commits
c03efa3e
Commit
c03efa3e
authored
Oct 17, 2013
by
Jelle
Browse files
Fix date validation
parent
905fbddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
clientside_validation.js
clientside_validation.js
+3
-0
No files found.
clientside_validation.js
View file @
c03efa3e
...
...
@@ -1201,6 +1201,9 @@
}
}
}
else
{
month
--
;
}
var
year
=
parseInt
(
parts
[
param
.
yearpos
],
10
);
var
date
=
new
Date
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment