Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

QTP determines the number of days between two dates

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Determine the number of days between 2 dates:

Msgbox datediff ("d", "2014-6-30", date)

Syntax:

The DateDiff (interval,date1,date2 [, firstdayofweek [, firstweekofyear]]) parameter describes what is required for interval. The unit in which the interval between date1 and date2 is calculated.

The following values can be used:

Yyyy-year

Q-quarter

M-month

Y-Day of the year

D-day

W-the day of the week

Ww-week

H-hour

N-min

S-second date1,date2 required. Date expression. Two dates to be used in the calculation. Firstdayofweek is optional. Specify the number of days of the week, that is, the day of the week.

The following values can be used:

0 = vbUseSystemDayOfWeek-use Regional language support (NLS) API setting.

1 = vbSunday-Sunday (default)

2 = vbMonday-Monday

3 = vbTuesday-Tuesday

4 = vbWednesday-Wednesday

5 = vbThursday-Thursday

6 = vbFriday-Friday

7 = vbSaturday-Saturday firstweekofyear is optional. Stipulate the first week of the year.

The following values can be used:

0 = vbUseSystem-use Regional language support (NLS) API setting.

1 = vbFirstJan1-from the week in which January 1 is located (default).

2 = vbFirstFourDays-begins with the first week of at least four days in the New year.

3 = vbFirstFullWeek-starts with the first full week in the new year.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report