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 Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 June 2012 17:21, Mandeep Kaur <meghasimak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Jun 20, 2012 at 1:31 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 19 June 2012 17:21, Mandeep Kaur <meghasimak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 Kaur http://mandeepsimak.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 20 June 2012 06:52, Mandeep Kaur <meghasimak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Wed, Jun 20, 2012 at 1:31 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> On 19 June 2012 17:21, Mandeep Kaur <meghasimak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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.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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.