On Wed, Nov 11, 2009 at 1:12 AM, Simon Forman wrote:
> On Tue, Nov 10, 2009 at 12:53 PM, Victor Subervi
> wrote:
> > Hi;
> > I have the following code:
> >
> > import calendar, datetime
> >
> > def cal():
> > ...
> > myCal = calendar.Calendar(calendar.SUNDAY)
> > today = datetime.date.toda
On Tue, Nov 10, 2009 at 12:53 PM, Victor Subervi
wrote:
> Hi;
> I have the following code:
>
> import calendar, datetime
>
> def cal():
> ...
> myCal = calendar.Calendar(calendar.SUNDAY)
> today = datetime.date.today()
> day = today.day
> mo = today.month
> yr = today.year
> # month =
(Comments inline, and at end)
Victor Subervi wrote:
On Tue, Nov 10, 2009 at 2:02 PM, MRAB wrote:
Victor Subervi wrote:
Hi;
I have the following code:
import calendar, datetime
def cal():
...
myCal = calendar.Calendar(calendar.SUNDAY)
today = datetime.date.today()
day = today.d
On Tue, Nov 10, 2009 at 2:02 PM, MRAB wrote:
> Victor Subervi wrote:
>
>> Hi;
>> I have the following code:
>>
>> import calendar, datetime
>>
>> def cal():
>> ...
>> myCal = calendar.Calendar(calendar.SUNDAY)
>> today = datetime.date.today()
>> day = today.day
>> mo = today.month
>> yr = t
Victor Subervi wrote:
Hi;
I have the following code:
import calendar, datetime
def cal():
...
myCal = calendar.Calendar(calendar.SUNDAY)
today = datetime.date.today()
day = today.day
mo = today.month
yr = today.year
# month = myCal.monthdayscalendar(int(time.strftime("%Y"))
month