生年月日の入り時間の問題です.
2669 ワード
げんしょう
$( ".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);
}
});
Reference
この問題について(生年月日の入り時間の問題です.), 我々は、より多くの情報をここで見つけました https://velog.io/@sandartchip/생년월일에-시간-들어가는-문제テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol