Skip to content

Latest commit

 

History

History

popodatetime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

popodatetime

#####popodatetime移动端日期时间选择控件

#####查看演示:http://po-po.github.io/popodatetime/

##使用方法

//日期时间选择
$(".datetime-1").popodatetime({
  container: ".box .screen"
});
//日期选择
$(".datetime-2").popodatetime({
  container: ".box .screen",
  time: false
});
//时间选择
$(".datetime-3").popodatetime({
  container: ".box .screen",
  date: false
});