<?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 : PropertyGridItem Date &#102;ormat? (and NULL)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : PropertyGridItem Date &#102;ormat? (and NULL)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 11:25:35 +0000</pubDate>
  <lastBuildDate>Fri, 05 Nov 2004 14:23:52 +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=1359</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[PropertyGridItem Date &#102;ormat? (and NULL) : So far, in the next release you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3874&amp;title=propertygriditem-date-format-and-null#3874</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1359<br /><strong>Posted:</strong> 05 November 2004 at 2:23pm<br /><br />So far, in the next release you will be able to bind items of typePropertyItemDate.&nbsp; Just to let you know, this has been sent todevelopment and we are waiting for a response<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 14:23:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3874&amp;title=propertygriditem-date-format-and-null#3874</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGridItem Date &#102;ormat? (and NULL) : I&amp;#039;ve got the same issue and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3872&amp;title=propertygriditem-date-format-and-null#3872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=790">dlord</a><br /><strong>Subject:</strong> 1359<br /><strong>Posted:</strong> 05 November 2004 at 1:58pm<br /><br />I've got the same issue and asked about it in the PropertyGrid Forums, but no replies. I do think the date format is a fairly major issue...! <span style="font-size:10px"><br /><br />Edited by dlord</span>]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 13:58:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3872&amp;title=propertygriditem-date-format-and-null#3872</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGridItem Date &#102;ormat? (and NULL) : Hi,  I am using the PropteryGrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3800&amp;title=propertygriditem-date-format-and-null#3800</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=814">shildreth</a><br /><strong>Subject:</strong> 1359<br /><strong>Posted:</strong> 02 November 2004 at 10:49am<br /><br />Hi,<br><br>I am using the PropteryGrid and this statement:<br><span style="font-family: courier new,courier,mono;">Set Item = Category.AddChildItem(PropertyItemDate, "Release Date", adoRSLookup.Fields("user_release_date") &amp; "")</span><br><br>The date format in the SQL table is '2004-10-01' but when the property grid displays '01/10/2004'<br><br>I have tried item.format = "mm/dd/yyyy" with no luck, and I cant seem to find the docs on this.<br><br>Oh and if the value is NULL got any sexy way of handling that? I put anIf then and change the property value, because I dont want the'01/01/2004' date to appear when the value is in the database. Here ishow I handled it:<br><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">If Not IsNull(adoRSLookup.Fields("user_release_date")) Then</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp;Set Item = Category.AddChildItem(PropertyItemDate, "Release Date",adoRSLookup.Fields("user_release_date") &amp; "")</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp; Item.Description = "user_release_date"</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">Else</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp; Set Item = Category.AddChildItem(PropertyItemString, "Release Date", "---")</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">&nbsp;&nbsp;&nbsp; Item.Description = "user_release_date"</span><br style="font-family: courier new,courier,mono;"><span style="font-family: courier new,courier,mono;">End If</span><br><br>I would love to hear how I am a chucklehead and be pointed in a better direction. <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"><br><br>Thanks for any help,<br>Regards,<br>Steven<br><br>]]>
   </description>
   <pubDate>Tue, 02 Nov 2004 10:49:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1359&amp;PID=3800&amp;title=propertygriditem-date-format-and-null#3800</guid>
  </item> 
 </channel>
</rss>