Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ferdy Hoefakker 214 posts 248 karma points
    May 07, 2010 @ 09:23
    Ferdy Hoefakker
    0

    Weekday names

    I've been playing around with this nice package and so far everything seems awesome. The names of the days however, are listed fully. With the way I wish to style the calendar, I need to only have the abbrevations. I've been searching around in the XSLT's, but I can't seem to find where I can set this. Maybe I'm just being stupid or maybe I just need some coffee on this early morning, but I honestly can't find it, so some help would be appreciated.

  • Peter Dijksterhuis 1442 posts 1722 karma points
    May 07, 2010 @ 09:40
    Peter Dijksterhuis
    1

    Hi,

    to use the abbreviation, find the line in xslt that has: 

    <xsl:value-of select="@weekday"/>

    Change that line into

    <xsl:value-of select="@abbreviation"/>

    That should do the trick.

    Peter

  • Ferdy Hoefakker 214 posts 248 karma points
    May 07, 2010 @ 09:50
    Ferdy Hoefakker
    0

    See I just KNEW I was overlooking something. Thanks Peter!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies