home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
office
/
a115_1
/
Documents
/
Functions
/
Date
< prev
next >
Wrap
Text File
|
1991-10-09
|
2KB
|
119 lines
%OP%DP0
%OP%LP*
%OP%TM4
%OP%BM4
%OP%LM5
%OP%FX
%OP%FY
%OP%FS
%OP%WC2,1750,284,1028,0,1,0,0
%OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299
%CO:A,11,96%%C%%H1%Date Functions Examples
%C%Function
Date
Datevalue
Day
Hour
Minute
Month
Monthdays
Now
Second
Time
Timevalue
Today
Weekday
Year
%CO:B,21,0%
%C%Input 1
%V%%C%61
%C%30.6.1991
%V%%C%now
%V%%C%now
%V%%C%now
%V%%C%now
%V%%C%now
%C%-
%V%%C%now
%V%%C%17
%C%18:33:01
%C%-
%V%%C%now
%V%%C%now
%CO:C,9,13%
%C%Input 2
%V%%C%3
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%V%%C%12
%C%-
%C%-
%C%-
%C%-
%CO:D,9,62%
%C%Input 3
%V%%C%17
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%V%%C%35
%C%-
%C%-
%C%-
%C%-
%CO:E,21,0%
%C%Output
%V%%C%date(b5,c5,d5)
%V%%C%datevalue(b6)
%V%%C%day(b7)
%V%%C%hour(b8)
%V%%C%minute(b9)
%V%%C%month(b10)
%V%%C%monthdays(b11)
%V%%C%now
%V%%C%second(b13)
%V%%C%time(b14,c14,d14)
%V%%C%timevalue(b15)
%V%%C%today
%V%%C%weekday(b17)
%V%%C%year(b18)
%CO:F,51,56%
Summary
Returns the date value from year, month, day information.
Converts a text value into a date. This may also include a time.
Returns the day from the date (and time) specified.
Returns the hour from the time (and date) specified.
Returns the number of minutes from the time (and date) specified.
Returns the month from the date (and time) specified.
Returns the number of days in the month of the date specified.
Returns the current date and time.
Returns the number of seconds from the time (and date) specified.
Returns the time value from hour,minute,second informaion.
Converts a text value into a time.
Returns the current date.
Returns the weekday of the date specified, 1 = Sunday etc.
Returns the year from the date (and time) speecified.