How we can generate Calendar?

Hi,

I want to generate Calendar.

I have 2 fields, month and year, If I select any( month,year) then that corresponding Calendar must be displayed in the grid format.

Can u please tell me , how can I implement this calendar?

Thanks In Advance

Aswini

  Discussion posts and replies are publicly visible

Parents
  • If you don't want to use the plugins that have been suggested, check out the eomonth() and enumerate() functions as they will help you generate the values you need. To split the rows correctly you may also want to use the mod() and/or weekday() functions as well.
Reply
  • If you don't want to use the plugins that have been suggested, check out the eomonth() and enumerate() functions as they will help you generate the values you need. To split the rows correctly you may also want to use the mod() and/or weekday() functions as well.
Children
No Data