Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WenLiangTseng/6051402 to your computer and use it in GitHub Desktop.
Save WenLiangTseng/6051402 to your computer and use it in GitHub Desktop.
jQuery的Datapicker改格式,以存日期到MySQL資料庫
$('#date-picker').datepicker({
dateFormat : 'yy-mm-dd'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment