Design and CSS styles
Version 4.x > Design and CSS styles > Calendar style and date formats View modes: 
User avatar
Member
Member
brian-hedtec - 4/7/2009 4:51:59 PM
   
Calendar style and date formats
When displaying an event calendar is there a way to style or skin the actual calendar?

Also, when displaying a date field in a repeater, is it possible to have it display a day of the week name (monday, tuesday, etc) as well as month names?

Finally, does anyone know how to create an event that will repeat on, for example, the 2nd Monday of every month?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 4/22/2009 7:13:02 AM
   
RE:Calendar style and date formats
Hi Brian,

You can set some ID to SkinID property of event calendar and then specify skin for this ID into default.skin file for your site. Please see http://www.kentico.com/docs/devguide/app_themes.htm for more details.

You can create custom function to display day/month names in transformation. Please see http://www.kentico.com/docs/devguide/adding_custom_functions_to_transformations.htm for more details.

Unfortunately, this feature is not natively supported, but you could eventually create custom scheduled task (http://www.kentico.com/docs/devguide/scheduler_overview.htm) to create new or update existing event in given period of time (http://www.kentico.com/docs/devguide/creating_documents.htm, http://www.kentico.com/docs/devguide/update_document.htm).

Best Regards,

Martin Dobsicek