nihgwu / hexo-hey

an admin plugin for hexo
http://nihgwu.github.io/hexo-hey/
MIT License
208 stars 41 forks source link

artical date problem #30

Open maelon opened 7 years ago

maelon commented 7 years ago

hexo.post.create receive date format like 'yyyy-MM-dd hh-mm-ss', so you needn't new Date(this.post.date) in edit.controller.js, just this.post.date is ok.