最佳答案
如何使用jQuery格式化日期?我正在使用下面的代码,但得到错误:
$("#txtDate").val($.format.date(new Date(), 'dd M yy'));
请提出解决方案。