国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

通過身份證號得到出生日期和性別的js代碼

2019-11-21 00:58:34
字體:
供稿:網(wǎng)友
//身份證校驗 與得到生日代碼
復(fù)制代碼 代碼如下:

<script language="javascript">
function showBirthday(val)
{
var birthdayValue;
if(15==val.length)
{ //15位身份證號碼
birthdayValue = val.charAt(6)+val.charAt(7);
if(parseInt(birthdayValue)<10)
{
birthdayValue = '20'+birthdayValue;
}
else
{
birthdayValue = '19'+birthdayValue;
}
birthdayValue=birthdayValue+'-'+val.charAt(8)+val.charAt(9)+'-'+val.charAt(10)+val.charAt(11);
if(parseInt(val.charAt(14)/2)*2!=val.charAt(14))
document.all.sex.value='男';
else
document.all.sex.value='女';
document.all.birthday.value=birthdayValue;
}
if(18==val.length)
{ //18位身份證號碼
birthdayValue=val.charAt(6)+val.charAt(7)+val.charAt(8)+val.charAt(9)+'-'+val.charAt(10)+val.charAt(11)+'-'+val.charAt(12)+val.charAt(13);
if(parseInt(val.charAt(16)/2)*2!=val.charAt(16))
document.all.sex.value='男';
else
document.all.sex.value='女';
if(val.charAt(17)!=IDCard(val))
{
document.all.idCard.style.backgroundColor='#ffc8c8';
}
else
{
document.all.idCard.style.backgroundColor='white';
}
document.all.birthday.value=birthdayValue;
}
}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 陆河县| 东平县| 镇康县| 凤庆县| 瓮安县| 朝阳县| 巴彦县| 云阳县| 枣阳市| 威远县| 寿阳县| 泾源县| 龙岩市| 麟游县| 祁连县| 泸州市| 修文县| 忻城县| 门源| 平原县| 徐闻县| 湖南省| 泰和县| 凤台县| 天水市| 调兵山市| 皋兰县| 芜湖市| 色达县| 奇台县| 句容市| 泉州市| 海淀区| 武穴市| 登封市| 九龙城区| 福建省| 泸水县| 彝良县| 宁安市| 西青区|