[Tutor] Calendar

spawgi at gmail.com spawgi at gmail.com
Mon Sep 12 21:33:09 CEST 2011


If you want to create a calendar for a webpage, I think you can use many
ready made JS packages for this. May be jquery also has something.

Is using Python mandatory for this task? And why?

On Tue, Sep 13, 2011 at 12:45 AM, nitin chandra <nitinchandra1 at gmail.com>wrote:

> Hi All,
>
> I need to create a calendar with python & CSS for the web page, in the
> following format
>
>                          Dec , 2011
>
> -------------------------------------------------------------------------------------------------
> sun  |   mon  |   tue  |  wed thu fri sat sun mon tue  wed  thu  fri  sat
>  sun
>
> -------|-----------|----------|----------------------------------------------------------------------
> 1     |     2     |   3     | 4    5   6   7    8    9     10   11
> 12   13  14   15
>
> -------|-----------|----------|-----------------------------------------------------------------------
> img1 |  img2 |  img3 | ....
>
>                          Jan , 2012
>
> -------------------------------------------------------------------------------------------------
> sun  |   mon  |   tue  |  wed thu fri sat sun mon tue  wed  thu  fri  sat
>  sun
>
> -------|-----------|----------|----------------------------------------------------------------------
> 1     |     2     |   3     | 4    5   6   7    8    9     10   11
> 12   13  14   15
>
> -------|-----------|----------|-----------------------------------------------------------------------
> img1 |  img2 |  img3 | ....
>
>                          Feb , 2012
>
> -------------------------------------------------------------------------------------------------
> sun  |   mon  |   tue  |  wed thu fri sat sun mon tue  wed  thu  fri  sat
>  sun
>
> -------|-----------|----------|----------------------------------------------------------------------
> 1     |     2     |   3     | 4    5   6   7    8    9     10   11
> 12   13  14   15
>
> -------|-----------|----------|-----------------------------------------------------------------------
> img1 |  img2 |  img3 | ....
>
>
> Can some one please show me how to do the above ?
>
> Thanks
>
> Nitin
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
http://spawgi.wordpress.com
We can do it and do it better.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110913/9ec271e4/attachment.html>


More information about the Tutor mailing list