<?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>ProductCart Shopping Cart Software Forums : Date format issues after moving SQL.</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Date format issues after moving SQL.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 13:34:43 +0000</pubDate>
  <lastBuildDate>Fri, 10 Sep 2010 01:51:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=3941</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Date format issues after moving SQL. : Hi Sean Thanks for that.  Eventually...]]></title>
   <link>https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15538.html#15538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=426">RobertZ</a><br /><strong>Subject:</strong> 3941<br /><strong>Posted:</strong> 10-September-2010 at 1:51am<br /><br />Hi Sean<br />Thanks for that.<br /><br />Eventually after all our problems with this, its actually an EI coding problem with the checkdate function. <br /><br />It displays the incorrect date format, (When DD/MM/YYYY) inside the helpdesk. (Problem been replicated on EI demo stores). Under some circumstances, like ours, the problem does something to also damage the sql constant passed on those pages.<br /><br />Anyway, EI have it on there list of fixes on the next update.. Hopefully<br /><br />]]>
   </description>
   <pubDate>Fri, 10 Sep 2010 01:51:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15538.html#15538</guid>
  </item> 
  <item>
   <title><![CDATA[Date format issues after moving SQL. : Hit up Mark at Cognecy. He&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15453.html#15453</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 3941<br /><strong>Posted:</strong> 29-August-2010 at 12:21am<br /><br />Hit up Mark at Cognecy. He's the master of db issue on PC:<br />http://www.earlyimpact.com/forum/member_profile.asp?PF=119]]>
   </description>
   <pubDate>Sun, 29 Aug 2010 00:21:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15453.html#15453</guid>
  </item> 
  <item>
   <title><![CDATA[Date format issues after moving SQL. : Hi Again, Thought I&amp;#039;d give...]]></title>
   <link>https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15368.html#15368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=426">RobertZ</a><br /><strong>Subject:</strong> 3941<br /><strong>Posted:</strong> 23-August-2010 at 6:23pm<br /><br />Hi Again,<br />Thought I'd give an update to our problem. Also submitted a ticket but we worked it out eventually. <br /><br />What happened is this.<br />For some strange reason, the constant scDB=SQL wasnt being passed from pages that referenced checkdate.asp, or was being cleared out.<br />As a consequence, the helpdesk was trying to use MDB query strings. For another strange reason, the query worked on the 1-12th of every month, which lead me to believe it was a date problem, when in fact it was a constant passing issue.<br /><br />Our fix was just to delete the MDB queries from the "If SQL then SQL else MDB" to just use SQL.<br /><br />Really cant find a reason why this problem didnt happen on our previous host and surfaced the second when we went live with the new one. All can put it down to is they must have something preinstalled on our server that kept clearing the constant scDB=SQL when a (now) date process was called. <br />Who knows... But at least now its fixed.<br /><br />The problem was also evident on the home page with the New Arrivals, Best sellers. The site was wrapping the right hand side of the frame into the best sellers, because the SQL statement wasn’t being closed at line 459<br /><br />if scdb="SQL" then y="'"<br />else y="#"<br />end if<br /><br />Changed to <br /><br />if scdb="SQL" then y="'"<br />else y="'"<br />end if <br /><br />Anyway, all good now. Strange indeed....<br /><br /><span style="font-size:10px"><br /><br />Edited by RobertZ - 23-August-2010 at 6:31pm</span>]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 18:23:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15368.html#15368</guid>
  </item> 
  <item>
   <title><![CDATA[Date format issues after moving SQL. : Hi Rob,That&amp;#039;s certainly odd....]]></title>
   <link>https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15365.html#15365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1452">ITistic</a><br /><strong>Subject:</strong> 3941<br /><strong>Posted:</strong> 23-August-2010 at 5:31pm<br /><br />Hi Rob,<br><br>That's certainly odd. I'd suggest submitting a support ticket to Early Impact if you haven't already. You don't want to let this go too long as it may affect reports and things in the future. <br><br>Good luck!<br>]]>
   </description>
   <pubDate>Mon, 23 Aug 2010 17:31:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15365.html#15365</guid>
  </item> 
  <item>
   <title><![CDATA[Date format issues after moving SQL. : Hi (Aus store where we use DD/MM/YYYY)  Got...]]></title>
   <link>https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15324.html#15324</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=426">RobertZ</a><br /><strong>Subject:</strong> 3941<br /><strong>Posted:</strong> 20-August-2010 at 1:05am<br /><br />Hi<br />(Aus store where we use DD/MM/YYYY)<br /><br />Got a small problem.<br />Our site used to be on a US date formatted SQL, and thus we used PC inbuilt MM/DD/YYYY to DD/MM/YYYY conversion.<br /><br />When we moved our SQL to out new server which uses Aus date format, all the dates changed to DD/MM/YYYY, which is perfect.<br /><br />Everything in the store works perfectly, (All dates are displayed correctly) except the help desk, where the dates are wrong, and it crashes when posting after the 12th of the month. (For obvious reasons)<br /><br />Now it seems everything is using DD/MM/YYYY format and its saving in the DB as DD/MM/YYYY, but the helpdesk is using MM/DD/YYYY and causing problems.<br /><br />Our SQL_Format file is on '0' If we try and change it to 1 as recommend our site constantly crashes with incorrect date format problems.<br /><br />Anybody else had this issue? Obviously not US stores but anybody else from Aussie land with Local SQLs.<br /><br />Thanks<br />Rob<br /><br />]]>
   </description>
   <pubDate>Fri, 20 Aug 2010 01:05:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/date-format-issues-after-moving-sql_topic3941_post15324.html#15324</guid>
  </item> 
 </channel>
</rss>