C.C.C.Calendar

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
greylegface
Posts: 2
Joined: Mon Dec 04, 2006 1:48 pm

C.C.C.Calendar

Post by greylegface »

hello,

im trying to design a calender using flowcode, it should display the day of the month and the month, but to tell you the truth, i dont know where to start!!

any help would be appreciated...

thanks

grey

Mark
Posts: 209
Joined: Thu Oct 19, 2006 11:46 am
Location: Bakewell, UK
Has thanked: 20 times
Been thanked: 16 times

Post by Mark »

I would start simply by extending the clock programme you have posted about elsewhere in this forum.

Instead of ending with, when minutes = 60 then Hrs = Hrs+1
then add when hrs = 24 then day = day +1
If day = 30 and month = (1, 4, 8, 11) Jan, April, Sept, Nov (??) then month = month plus 1 and day = 1
If day = 31 then month = month plus 1 and day = 1

All the above done with Flowcode decision diamonds.
(day checks will actually be at 31 and 32 days but that may be confusing in an illustration?).

Hope this helps.
Go with the Flow.

Post Reply