# SelectDate **Repository Path**: zekelove/SelectDate ## Basic Information - **Project Name**: SelectDate - **Description**: This is a select date control,选择日期插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-26 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SelectDate This is a select date control

如何使用

//在首页引用样式表:css/main.css
//在首页引用脚本库:js/jquery-1.11.3.min.js和js/jquery.dateSelector.js

  //默认加载使用
  $("#delStartDate").dateSelector();
	
  //设置日期显示
  $("#delStartDate").SetSelDate("2017-03-06");
		

兼容性

兼容全平台,包括IE8+,Google chrome, Safari,Firefox等

Demo

请查看index.html