调用方法:
<object   class></object>
把这个控件调用放到表单提交的前面,在表单中获取年、月、日、或者星期什么的

这个控件有自带的函数,可用JavaScript写一个函数去调用他们,比如:
Function   GetDate()
{
      year   =   DateGet.year;   //获取年
      mon   =   DateGet.month;   //获取月
      day   =   DateGet.day;   //获取日
      week   =   DateGet.dayofweek;//获取星期
}
在表单提交时调用GetDate函数,然后把取得的年月日什么的返回到表单中   就可以了

相关文章:

  • 2021-06-19
  • 2021-08-04
  • 2021-06-24
  • 2021-12-17
  • 2022-02-16
  • 2021-08-30
猜你喜欢
  • 2021-12-03
  • 2021-12-03
  • 2021-12-05
  • 2021-12-05
  • 2021-12-05
相关资源
相似解决方案