From d2eec74a4d8c21aad495ba61539486b24d7ab8dc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 9 Oct 2002 10:19:04 +0000 Subject: moved from zexy/zexy to zexy svn path=/trunk/externals/zexy/; revision=169 --- examples/date.pd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/date.pd (limited to 'examples/date.pd') diff --git a/examples/date.pd b/examples/date.pd new file mode 100644 index 0000000..bfeeb0a --- /dev/null +++ b/examples/date.pd @@ -0,0 +1,26 @@ +#N canvas 253 26 421 378 10; +#X obj 71 203 date; +#X msg 71 174 bang; +#X floatatom 94 230; +#X floatatom 82 254; +#X floatatom 71 281; +#X msg 285 173 bang; +#X floatatom 336 227; +#X floatatom 310 253; +#X floatatom 285 280; +#X obj 285 202 date GMT; +#X obj 73 26 date; +#X text 91 79 get the system date; +#X text 180 229 day; +#X text 175 253 month; +#X text 179 279 year; +#X text 70 151 local; +#X text 284 151 GMT; +#X connect 0 0 4 0; +#X connect 0 1 3 0; +#X connect 0 2 2 0; +#X connect 1 0 0 0; +#X connect 5 0 9 0; +#X connect 9 0 8 0; +#X connect 9 1 7 0; +#X connect 9 2 6 0; -- cgit v1.2.1