Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
bee22641
Commit
bee22641
authored
Jul 31, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dob
parent
fb7997c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
custom.js
assets/js/custom.js
+2
-5
No files found.
assets/js/custom.js
View file @
bee22641
...
@@ -2725,12 +2725,9 @@ $('#reg_choose_pat').click(function(){
...
@@ -2725,12 +2725,9 @@ $('#reg_choose_pat').click(function(){
/* REGISTRATION DATEPICKER JS */
/* REGISTRATION DATEPICKER JS */
/*----------------------------*/
/*----------------------------*/
var
date
=
(
new
Date
()).
getFullYear
();
/*var date = (new Date()).getFullYear();
console
.
log
(
date
);
var cur_date = date - 18;
var cur_date = date - 18;
console
.
log
(
cur_date
);
var max_date = cur_date - 120;*/
var
max_date
=
cur_date
-
120
;
console
.
log
(
max_date
);
$
(
'#registration-container input'
).
datepicker
({
$
(
'#registration-container input'
).
datepicker
({
autoclose
:
true
,
autoclose
:
true
,
onSelect
:
function
(
dateText
)
{
onSelect
:
function
(
dateText
)
{
...
...
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