Home » Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Functions/Date
Functions/Date
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf |
Filename: | Functions/Date |
Read OK: | ✔ |
File size: | 069D bytes |
Load address: | FFFDDE43 |
Exec address: | 6D99C55B |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Zipped Apps » PipeDream » Functions/Date
- Archimedes archive » Apps » PipeDream 4 (1991) (Colton Software) (Examples Disc).adf » Functions/Date
File contents
%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.
00000000 25 4f 50 25 44 50 30 0a 25 4f 50 25 4c 50 2a 0a |%OP%DP0.%OP%LP*.| 00000010 25 4f 50 25 54 4d 34 0a 25 4f 50 25 42 4d 34 0a |%OP%TM4.%OP%BM4.| 00000020 25 4f 50 25 4c 4d 35 0a 25 4f 50 25 46 58 0a 25 |%OP%LM5.%OP%FX.%| 00000030 4f 50 25 46 59 0a 25 4f 50 25 46 53 0a 25 4f 50 |OP%FY.%OP%FS.%OP| 00000040 25 57 43 32 2c 31 37 35 30 2c 32 38 34 2c 31 30 |%WC2,1750,284,10| 00000050 32 38 2c 30 2c 31 2c 30 2c 30 0a 25 4f 50 25 56 |28,0,1,0,0.%OP%V| 00000060 53 33 2e 34 30 52 20 28 31 31 2d 4f 63 74 2d 39 |S3.40R (11-Oct-9| 00000070 30 29 2c 20 4d 72 6a 63 2c 20 52 39 32 30 30 20 |0), Mrjc, R9200 | 00000080 37 35 30 30 20 33 39 30 30 20 38 32 39 39 20 0a |7500 3900 8299 .| 00000090 25 43 4f 3a 41 2c 31 31 2c 39 36 25 25 43 25 25 |%CO:A,11,96%%C%%| 000000a0 48 31 25 44 61 74 65 20 46 75 6e 63 74 69 6f 6e |H1%Date Function| 000000b0 73 20 45 78 61 6d 70 6c 65 73 0a 0a 0a 25 43 25 |s Examples...%C%| 000000c0 46 75 6e 63 74 69 6f 6e 0a 44 61 74 65 0a 44 61 |Function.Date.Da| 000000d0 74 65 76 61 6c 75 65 0a 44 61 79 0a 48 6f 75 72 |tevalue.Day.Hour| 000000e0 0a 4d 69 6e 75 74 65 0a 4d 6f 6e 74 68 0a 4d 6f |.Minute.Month.Mo| 000000f0 6e 74 68 64 61 79 73 0a 4e 6f 77 0a 53 65 63 6f |nthdays.Now.Seco| 00000100 6e 64 0a 54 69 6d 65 0a 54 69 6d 65 76 61 6c 75 |nd.Time.Timevalu| 00000110 65 0a 54 6f 64 61 79 0a 57 65 65 6b 64 61 79 0a |e.Today.Weekday.| 00000120 59 65 61 72 0a 25 43 4f 3a 42 2c 32 31 2c 30 25 |Year.%CO:B,21,0%| 00000130 0a 0a 0a 25 43 25 49 6e 70 75 74 20 31 0a 25 56 |...%C%Input 1.%V| 00000140 25 25 43 25 36 31 0a 25 43 25 33 30 2e 36 2e 31 |%%C%61.%C%30.6.1| 00000150 39 39 31 0a 25 56 25 25 43 25 6e 6f 77 0a 25 56 |991.%V%%C%now.%V| 00000160 25 25 43 25 6e 6f 77 0a 25 56 25 25 43 25 6e 6f |%%C%now.%V%%C%no| 00000170 77 0a 25 56 25 25 43 25 6e 6f 77 0a 25 56 25 25 |w.%V%%C%now.%V%%| 00000180 43 25 6e 6f 77 0a 25 43 25 2d 0a 25 56 25 25 43 |C%now.%C%-.%V%%C| 00000190 25 6e 6f 77 0a 25 56 25 25 43 25 31 37 0a 25 43 |%now.%V%%C%17.%C| 000001a0 25 31 38 3a 33 33 3a 30 31 0a 25 43 25 2d 0a 25 |%18:33:01.%C%-.%| 000001b0 56 25 25 43 25 6e 6f 77 0a 25 56 25 25 43 25 6e |V%%C%now.%V%%C%n| 000001c0 6f 77 0a 25 43 4f 3a 43 2c 39 2c 31 33 25 0a 0a |ow.%CO:C,9,13%..| 000001d0 0a 25 43 25 49 6e 70 75 74 20 32 0a 25 56 25 25 |.%C%Input 2.%V%%| 000001e0 43 25 33 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 43 |C%3.%C%-.%C%-.%C| 000001f0 25 2d 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 43 25 |%-.%C%-.%C%-.%C%| 00000200 2d 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 56 25 25 |-.%C%-.%C%-.%V%%| 00000210 43 25 31 32 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 |C%12.%C%-.%C%-.%| 00000220 43 25 2d 0a 25 43 25 2d 0a 25 43 4f 3a 44 2c 39 |C%-.%C%-.%CO:D,9| 00000230 2c 36 32 25 0a 0a 0a 25 43 25 49 6e 70 75 74 20 |,62%...%C%Input | 00000240 33 0a 25 56 25 25 43 25 31 37 0a 25 43 25 2d 0a |3.%V%%C%17.%C%-.| 00000250 25 43 25 2d 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 |%C%-.%C%-.%C%-.%| 00000260 43 25 2d 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 43 |C%-.%C%-.%C%-.%C| 00000270 25 2d 0a 25 56 25 25 43 25 33 35 0a 25 43 25 2d |%-.%V%%C%35.%C%-| 00000280 0a 25 43 25 2d 0a 25 43 25 2d 0a 25 43 25 2d 0a |.%C%-.%C%-.%C%-.| 00000290 25 43 4f 3a 45 2c 32 31 2c 30 25 0a 0a 0a 25 43 |%CO:E,21,0%...%C| 000002a0 25 4f 75 74 70 75 74 0a 25 56 25 25 43 25 64 61 |%Output.%V%%C%da| 000002b0 74 65 28 62 35 2c 63 35 2c 64 35 29 0a 25 56 25 |te(b5,c5,d5).%V%| 000002c0 25 43 25 64 61 74 65 76 61 6c 75 65 28 62 36 29 |%C%datevalue(b6)| 000002d0 0a 25 56 25 25 43 25 64 61 79 28 62 37 29 0a 25 |.%V%%C%day(b7).%| 000002e0 56 25 25 43 25 68 6f 75 72 28 62 38 29 0a 25 56 |V%%C%hour(b8).%V| 000002f0 25 25 43 25 6d 69 6e 75 74 65 28 62 39 29 0a 25 |%%C%minute(b9).%| 00000300 56 25 25 43 25 6d 6f 6e 74 68 28 62 31 30 29 0a |V%%C%month(b10).| 00000310 25 56 25 25 43 25 6d 6f 6e 74 68 64 61 79 73 28 |%V%%C%monthdays(| 00000320 62 31 31 29 0a 25 56 25 25 43 25 6e 6f 77 0a 25 |b11).%V%%C%now.%| 00000330 56 25 25 43 25 73 65 63 6f 6e 64 28 62 31 33 29 |V%%C%second(b13)| 00000340 0a 25 56 25 25 43 25 74 69 6d 65 28 62 31 34 2c |.%V%%C%time(b14,| 00000350 63 31 34 2c 64 31 34 29 0a 25 56 25 25 43 25 74 |c14,d14).%V%%C%t| 00000360 69 6d 65 76 61 6c 75 65 28 62 31 35 29 0a 25 56 |imevalue(b15).%V| 00000370 25 25 43 25 74 6f 64 61 79 0a 25 56 25 25 43 25 |%%C%today.%V%%C%| 00000380 77 65 65 6b 64 61 79 28 62 31 37 29 0a 25 56 25 |weekday(b17).%V%| 00000390 25 43 25 79 65 61 72 28 62 31 38 29 0a 25 43 4f |%C%year(b18).%CO| 000003a0 3a 46 2c 35 31 2c 35 36 25 0a 0a 0a 53 75 6d 6d |:F,51,56%...Summ| 000003b0 61 72 79 0a 52 65 74 75 72 6e 73 20 74 68 65 20 |ary.Returns the | 000003c0 64 61 74 65 20 76 61 6c 75 65 20 66 72 6f 6d 20 |date value from | 000003d0 79 65 61 72 2c 20 6d 6f 6e 74 68 2c 20 64 61 79 |year, month, day| 000003e0 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 2e 0a 43 6f | information..Co| 000003f0 6e 76 65 72 74 73 20 61 20 74 65 78 74 20 76 61 |nverts a text va| 00000400 6c 75 65 20 69 6e 74 6f 20 61 20 64 61 74 65 2e |lue into a date.| 00000410 20 54 68 69 73 20 6d 61 79 20 61 6c 73 6f 20 69 | This may also i| 00000420 6e 63 6c 75 64 65 20 61 20 74 69 6d 65 2e 0a 52 |nclude a time..R| 00000430 65 74 75 72 6e 73 20 74 68 65 20 64 61 79 20 66 |eturns the day f| 00000440 72 6f 6d 20 74 68 65 20 64 61 74 65 20 28 61 6e |rom the date (an| 00000450 64 20 74 69 6d 65 29 20 73 70 65 63 69 66 69 65 |d time) specifie| 00000460 64 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 68 |d..Returns the h| 00000470 6f 75 72 20 66 72 6f 6d 20 74 68 65 20 74 69 6d |our from the tim| 00000480 65 20 28 61 6e 64 20 64 61 74 65 29 20 73 70 65 |e (and date) spe| 00000490 63 69 66 69 65 64 2e 0a 52 65 74 75 72 6e 73 20 |cified..Returns | 000004a0 74 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 6d 69 |the number of mi| 000004b0 6e 75 74 65 73 20 66 72 6f 6d 20 74 68 65 20 74 |nutes from the t| 000004c0 69 6d 65 20 28 61 6e 64 20 64 61 74 65 29 20 73 |ime (and date) s| 000004d0 70 65 63 69 66 69 65 64 2e 0a 52 65 74 75 72 6e |pecified..Return| 000004e0 73 20 74 68 65 20 6d 6f 6e 74 68 20 66 72 6f 6d |s the month from| 000004f0 20 74 68 65 20 64 61 74 65 20 28 61 6e 64 20 74 | the date (and t| 00000500 69 6d 65 29 20 73 70 65 63 69 66 69 65 64 2e 0a |ime) specified..| 00000510 52 65 74 75 72 6e 73 20 74 68 65 20 6e 75 6d 62 |Returns the numb| 00000520 65 72 20 6f 66 20 64 61 79 73 20 69 6e 20 74 68 |er of days in th| 00000530 65 20 6d 6f 6e 74 68 20 6f 66 20 74 68 65 20 64 |e month of the d| 00000540 61 74 65 20 73 70 65 63 69 66 69 65 64 2e 0a 52 |ate specified..R| 00000550 65 74 75 72 6e 73 20 74 68 65 20 63 75 72 72 65 |eturns the curre| 00000560 6e 74 20 64 61 74 65 20 61 6e 64 20 74 69 6d 65 |nt date and time| 00000570 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 6e 75 |..Returns the nu| 00000580 6d 62 65 72 20 6f 66 20 73 65 63 6f 6e 64 73 20 |mber of seconds | 00000590 66 72 6f 6d 20 74 68 65 20 74 69 6d 65 20 28 61 |from the time (a| 000005a0 6e 64 20 64 61 74 65 29 20 73 70 65 63 69 66 69 |nd date) specifi| 000005b0 65 64 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 |ed..Returns the | 000005c0 74 69 6d 65 20 76 61 6c 75 65 20 66 72 6f 6d 20 |time value from | 000005d0 68 6f 75 72 2c 6d 69 6e 75 74 65 2c 73 65 63 6f |hour,minute,seco| 000005e0 6e 64 20 69 6e 66 6f 72 6d 61 69 6f 6e 2e 0a 43 |nd informaion..C| 000005f0 6f 6e 76 65 72 74 73 20 61 20 74 65 78 74 20 76 |onverts a text v| 00000600 61 6c 75 65 20 69 6e 74 6f 20 61 20 74 69 6d 65 |alue into a time| 00000610 2e 0a 52 65 74 75 72 6e 73 20 74 68 65 20 63 75 |..Returns the cu| 00000620 72 72 65 6e 74 20 64 61 74 65 2e 0a 52 65 74 75 |rrent date..Retu| 00000630 72 6e 73 20 74 68 65 20 77 65 65 6b 64 61 79 20 |rns the weekday | 00000640 6f 66 20 74 68 65 20 64 61 74 65 20 73 70 65 63 |of the date spec| 00000650 69 66 69 65 64 2c 20 31 20 3d 20 53 75 6e 64 61 |ified, 1 = Sunda| 00000660 79 20 65 74 63 2e 0a 52 65 74 75 72 6e 73 20 74 |y etc..Returns t| 00000670 68 65 20 79 65 61 72 20 66 72 6f 6d 20 74 68 65 |he year from the| 00000680 20 64 61 74 65 20 28 61 6e 64 20 74 69 6d 65 29 | date (and time)| 00000690 20 73 70 65 65 63 69 66 69 65 64 2e 0a | speecified..| 0000069d