Skip to content

joe223/datePicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

####仿滴滴打车IOS风格时间选择器在线预览地址(请切换到移动端模式打开)

http://codepen.io/jawil/pen/WRBxya

/**
 * [datePicker plugin]
 * IOS风格日期选择器,仿滴滴打车预约用车时间选择器
 * @Author  jawil
 * @date    2017-02-17
 * @param   {[string]}   timeStr [返回的时间字符串存在sessionStorage里面]
 * @param   {[long]}     timeStamp [返回的时间戳存在sessionStorage里面]
 * @get  {[type]}        var timeStr= sessionStorage.getItem('timeStr');
 * @get  {[type]}        var timeStamp= sessionStorage.getItem('timeStamp');
 */

####效果图 <img src="http://i65.tinypic.com/aawy1k.jpg"/ width="50%" height="50%">

About

仿滴滴出行预约打车IOS风格3D时间选择器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.4%
  • HTML 26.6%