导航菜单

GETDATE是什么意思_翻译中文_怎么读

GETDATE

网络释义:返回日期;获取日期;添加日期

网络释义

1.返回日期 sqrt 平方根 getdate 返回日期 datepart 取日期一部份 ...

2.获取日期 daytime night; 夜晚 GETDATE; 获取日期 YEAR; 检测年份 ...

3.添加日期 ... {$GetPictureOrigin} 图片来源 {$GetDate} 添加日期(直接输出) {$GetPictureInput} 图片录入(带链接) ...

4.读日期与时间 date 日期 getdate 读日期与时间 timer CPU 时间计时 ...

5.返回当前系统日期和时间 ... DAY 返回指定日期的天数部分144 GETDATE 返回当前系统日期和时间145 MONTH 指定日 …

6.获取当前日期 - new Color 新建一颜色对象 - getDate 获取当前日期 - getMinutes 获取当前分钟数 ...

7.查询当月日期 ... var date = today.getDate 查询当月日期 var day = today.getDay 查询当前星期几 ...

8.取得日期 ... Array.pop 取出数组的最末值 286 Date.getDate 取得日期 302 Date.getDay 取得星期 303 ...

例句释义:,返回日期,获取日期,添加日期

1.The expression uses the DAY and GETDATE functions to get an integer that represents the day date part of a date .表达式使用DAY和GETDATE函数来获得日期中表示“日”日期部分的整数。

2.GETDATE is not deterministic because it is always invoked with the same argument, but the value it returns changes each time it is executed.GETDATE不是确定性函数,因为总是使用相同的参数调用它,而它在每次执行时返回结果都不同。

3.The time of the event (using the GETDATE function).事件时间(使用GETDATE函数)。

4.The expression uses the DATEPART and GETDATE functions and the conditional operator.该表达式使用DATEPART和GETDATE函数以及条件运算符。

5.The following example extracts the month name from the date returned by GETDATE.以下示例从GETDATE返回的日期中提取月份名。