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.

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

Colin

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.

images.jpg

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