생년월일에 시간 들어가는 문제.
현상
$( ".birthday" ).datepicker({
showOn: "button",
dateFormat: "yy-mm-dd",
buttonImage: empty_img_src,
buttonImageOnly: true,
buttonText: "Select date",
onSelect : function(e){
console.log("----생년월일 선택---");
var num = $(this).data("num");
RowCheck(num);
}
});
- dateformat자체는 제대로 세팅되어 있음
- 바코드 입력 -> confirmbarcode 함수 호출 -> data.rv 로 존재 여부 확인 -> data.sample[0].birthday로 생년월일 가져 옴. 이 시점에 예외처리가 안되있는듯.
Author And Source
이 문제에 관하여(생년월일에 시간 들어가는 문제.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@sandartchip/생년월일에-시간-들어가는-문제저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)