<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to change the Header-Date-Format in MonthView?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : How to change the Header-Date-Format in MonthView?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 18:51:56 +0000</pubDate>
  <lastBuildDate>Wed, 14 Jan 2009 16:09:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13159</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : because this is different properties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44567&amp;title=how-to-change-the-headerdateformat-in-monthview#44567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 14 January 2009 at 4:09pm<br /><br />because this is different properties and user can have different formats for different themes]]>
   </description>
   <pubDate>Wed, 14 Jan 2009 16:09:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44567&amp;title=how-to-change-the-headerdateformat-in-monthview#44567</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : Well - I did it but this is different...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44523&amp;title=how-to-change-the-headerdateformat-in-monthview#44523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 13 January 2009 at 6:01pm<br /><br /><img src="https://forum.codejock.com/uploads/20090113_190927_ScreenShot1.jpg" border="0">Well - I did it but this is different setting to change as it related to another mode. <DIV>In VB you need to call smth like</DIV><DIV>&nbsp;&nbsp;&nbsp; CalendarControl.SetLongDayHeaderFormat ("MMMM d")<BR>and same time use your old code - related to Non-Office2007 mode</DIV><DIV>&nbsp;&nbsp;&nbsp; With CalendarControl.MonthView<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShort = "d"<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatMiddle = "MMM d"<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatLong = "MMMM d"<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShortest = "d"<BR>&nbsp;&nbsp;&nbsp; End With<BR>BE IN Release 13 SOON</DIV>]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 18:01:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44523&amp;title=how-to-change-the-headerdateformat-in-monthview#44523</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : In Office2007 theme settings take...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44519&amp;title=how-to-change-the-headerdateformat-in-monthview#44519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 13 January 2009 at 1:06pm<br /><br />In Office2007 theme settings take from locale - not from the user<DIV><FONT size=2><P>CString strMonth = CXTPCalendarUtils::GetLocaleString(LOCALE_SABBREVMONTHNAME1 + nMonth - 1, 100);</P><P></FONT><FONT color=#008000 size=2>//LOCALE_IDATE - short date format ordering</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// 0 Month-Day-Year</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// 1 Day-Month-Year</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>// 2 Year-Month-Day</P></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> nDateOrdering = CXTPCalendarUtils::GetLocaleLong(LOCALE_IDATE);</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (nDateOrdering == 1)</P><P>strTextLeft.Format(_T(</FONT><FONT color=#a31515 size=2>"%d %s"</FONT><FONT size=2>), nDay, (LPCTSTR)strMonth);</P><P></FONT><FONT color=#0000ff size=2>else</P></FONT><FONT size=2><DIV>strTextLeft.Format(_T(</FONT><FONT color=#a31515 size=2>"%s %d"</FONT><FONT size=2>), (LPCTSTR)strMonth, nDay);</FONT></DIV><DIV><FONT size=2>&nbsp;</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 13:06:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44519&amp;title=how-to-change-the-headerdateformat-in-monthview#44519</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : Thx, but argh... ...I want it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44518&amp;title=how-to-change-the-headerdateformat-in-monthview#44518</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 13 January 2009 at 12:29pm<br /><br />Thx, but argh... ...I want it in Office07-Theme!<br><br>Is there no way to format the headers in Office07-Theme? ;-(<br>]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 12:29:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44518&amp;title=how-to-change-the-headerdateformat-in-monthview#44518</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : Try this With CalendarControl.MonthView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44517&amp;title=how-to-change-the-headerdateformat-in-monthview#44517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 13 January 2009 at 12:26pm<br /><br /><P><img src="https://forum.codejock.com/uploads/20090113_122632_ScreenShot2.jpg" border="0">Try this</P><P>With CalendarControl.MonthView<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShort = "MMM dd "<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatMiddle = "MMM dd"<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatLong = "MMM dd "<BR>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShortest = "MMM dd"<BR>End With</P><DIV>and Select Non Office2007 theme</DIV>]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 12:26:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44517&amp;title=how-to-change-the-headerdateformat-in-monthview#44517</guid>
  </item> 
  <item>
   <title><![CDATA[How to change the Header-Date-Format in MonthView? : Hi, I want to change the Header-Date-Format...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44507&amp;title=how-to-change-the-headerdateformat-in-monthview#44507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 13159<br /><strong>Posted:</strong> 13 January 2009 at 8:23am<br /><br />Hi, I want to change the Header-Date-Format in MonthView to "dd MMM" (see screenshot at 22 Feb). But how can I do that?<br><br><b>I was trying:</b><br><br>With cal.MonthView<br>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShort = "dd MMM"<br>&nbsp;&nbsp;&nbsp; .DayHeaderFormatMiddle = "dd MMM"<br>&nbsp;&nbsp;&nbsp; .DayHeaderFormatLong = "dd MMM"<br>&nbsp;&nbsp;&nbsp; .DayHeaderFormatShortest = "dd MMM"<br>End With<br><br><b>...but absolutly NOTHING will be changed. </b>What do I wrong please? <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"><br><br><img src="uploads/20090113_081924_aaaHow.jpg" height="218" width="505" border="0"><br>]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 08:23:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13159&amp;PID=44507&amp;title=how-to-change-the-headerdateformat-in-monthview#44507</guid>
  </item> 
 </channel>
</rss>