java.util.Date获取时间戳的方法是?
A: getDateTime
B: getLong
C: getTime
D: getDate
A: getDateTime
B: getLong
C: getTime
D: getDate
C
举一反三
- java.util.Date获取时间戳的方法是? A: getDateTime B: getLong C: getTime D: getDate
- 中国大学MOOC: java.util.Date获取时间戳的方法是?
- 在PHP中,可以使用()函数来获取当前时间的时间戳。 A: date() B: time() C: mktime() D: getdate()
- 在Javascript中,可以使用Date对象的()方法返回月份。 A: getDate B: getYear C: getMonth D: getTime
- 可以使用Date对象的以下哪个方法返回当前日期 A: getDate( ) B: getYear() C: getMonth() D: getTime()
内容
- 0
分析js代码,可以使用Date对象的( )方法返回当前日期( ) A: getDate( ) B: getYear( ) C: getMonth( ) D: getTime( )
- 1
用于返回当前的 Unix 时间戳的函数为 A: strtotime() B: time() C: date() D: getdate()
- 2
使用time()函数获取当前的时间戳,那么要通过( )函数对其进行格式化,才能够输出日期和时间。 A: date() B: mktime () C: getdate() D: checkdate()
- 3
在javaScript 中,可以使用Date对象的( )方法获取当前的日期和时间。 A: Date B: getYea C: getMonth D: getDate
- 4
在javascript中,日期对象里获取毫秒数的方法是: A: getDay() B: getDate() C: getTime() D: getFullYear()