|
ASP
Time
More detial or script code example
display server now time clock
Description: display server clock time
read time
shows
month/daye/year hour:minute:second AM or PM

ASP
Time
More detial or script code example
time different between 2 time
Description: Datediff("how_to_count",oldTime,newTime)
how to count :h,m,n,q,ww,w,yyyy,y,s,d
h=hour
m=month
q=quarter
y=which date of a year
yyyy=which year
d=which date of a month
n=minute
s=second
ww=which week of a yeay
w=which day of a week

ASP
Time
More detial or script code example
add time , Search by Date, Search by Time, Month
Description: DateAdd("m",1,now)
month plus +1 from now
yyyy - Year
q - Quarter
m - Month
y - Day of year
d - Day
w - Weekday
ww - Week of year
h - Hour
n - Minute
s - Second
similar to datediff

ASP
Time
More detial or script code example
read the server clock: month/date/year
Description: server time : display month/date/year

ASP
Time
More detial or script code example
WeekDayName(WeekDay(DATE))=“Wednesday”
Description: weekday()
Sunday as the first day of a week
WeekDayName(WeekDay(date))
Monday as the first dat of a week
ex: WeekDayName(WeekDay(date,vbWednesday))

ASP
Time
More detial or script code example
Week date time property ; function WeekDayName (intDay)
Description:

ASP
Time
More detial or script code example
<%= FormatDateTime(Now(), 0) %>
Description: FormatDateTime(Now(), n)

ASP
Time
More detial or script code example
Order by time
Description: Order by time DESC
Order by time ASC
Order by cast(___ as datetime)

ASP
Time
More detial or script code example
get the numbe of the second from now
Description:

|