var date="2018-6-6"; 
var test=Date.parse(date.replace(/-/g,"/"));
console.log(test)



  

最新文章

  1. thinkphp3.2跨控制器调用其他模块的方法
  2. SQL server同时删除多个表
  3. javaScript实现修改输入框之后标红
  4. link
  5. window.location 对象所包含的属性
  6. java string,需要进行首字母大写改写
  7. 要检测两个C文件的代码的抄袭情况
  8. echo,printr,print_r之间的区别
  9. IPC是什么意思?
  10. java 异常架构图
  11. 使用rpm安装mysql的默认目录
  12. ceph源码之一
  13. Java获取请求主机真实ip
  14. Javascript - ExtJs - XTemplate组件
  15. shell脚本中一些特殊变量
  16. PAT L2-015 互评成绩
  17. JQ获取选中select 标签的值
  18. RESTful Web Service实战 小结1
  19. UVa 10562 Undraw the Trees 看图写树
  20. ilbc编解码在android实现

热门文章

  1. Java 操作 HBase 教程
  2. linux驴杂记
  3. RabbitMQ (基础知识)
  4. 给jekyll博客添加天气插件
  5. shell编程基础一
  6. CF-1333F Kate and imperfection
  7. VJ train1 O-统计问题 题解
  8. Link/Cut Tree CodeForces - 614A 暴力+爆 long long 处理
  9. Codeforces Round #667 (Div. 3) C. Yet Another Array Restoration (数学)
  10. http post请求数组参数写法