jQuery getTime function

后端 未结 7 1989
时光取名叫无心
时光取名叫无心 2020-12-13 14:06

is it possible to create a jQuery function so that it gets current date and time? I\'ve been looking around documentation but haven\'t found anything so far...

相关标签:
7条回答
  • 2020-12-13 14:40

    It's plain javascript:

    new Date()
    
    0 讨论(0)
提交回复
热议问题