Daily Diary

I want to create daily diary format and want to print date for whole
year like 1-1-2012 to 1-12-1012 using Ruby on Rails. Is it possible ?
If yes then please guide me.


Mandeep K.

On 19 June 2012 17:21, Mandeep K. [email protected] wrote:

I want to create daily diary format and want to print date for whole
year like 1-1-2012 to 1-12-1012 using Ruby on Rails. Is it possible ?
If yes then please guide me.

Which part of the problem are you having difficulty with? It is not
clear from your question.

Colin

On Wed, Jun 20, 2012 at 1:31 AM, Colin L. [email protected]
wrote:

On 19 June 2012 17:21, Mandeep K. [email protected] wrote:

I want to create daily diary format and want to print date for whole
year like 1-1-2012 to 1-12-1012 using Ruby on Rails. Is it possible ?
If yes then please guide me.

Which part of the problem are you having difficulty with? It is not
clear from your question.

I want to create format as shown in image. After creating that format
I want to convert it into pdf for taking printouts.

I am not getting how to use the functions for creating that dates and
line. Please help me to do that.


Mandeep K.

On 20 June 2012 06:52, Mandeep K. [email protected] wrote:

I want to convert it into pdf for taking printouts.

I am not getting how to use the functions for creating that dates and
line. Please help me to do that.

Do you know the html that you want to generate? If not then this is
not a Rails question but an html question, in which case the best
thing to do would be to work through some html tutorials.

Colin