Javascript - 日期时间选择器

时间:2012-02-17 09:55:45

标签: javascript

我的javascript日期脚本有问题。

脚本就是那样;

enter image description here 选择时间和选择时间

enter image description here

并打印日期。但是,什么 我想要的是显示这个 喜欢

2012-02-04

我从地方改变了.js

现在可行了

enter image description here

我是从.js文件中的FormatDate(pDate)函数创建的。

但是如果它们小于10,我想在几个月和几天添加'0'

我在.js中找到这一行并将其设为

if(this.Month < 10)
 return(this.Year+DateSeparator+('0'+this.Month+1)+DateSeparator+pDate);

然而,不起作用:(

我怎样才能做到这一点?如果月和日小于10,我怎么能加'0'

你可以从这里到达我的.js http://jsfiddle.net/hxzBP/

0 个答案:

没有答案