<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>.Text (Blogs)</title><link>http://forums.asp.net/149.aspx</link><description>.Text is a powerful blogging engine that is used to host hundreds of blogs for ASP.NET 1.x.
&lt;a target="_blank" href="http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407"&gt;.Text GDN Workspace&lt;/a&gt;
&lt;a href="http://aspadvice.com/SignUp/list.aspx?l=153&amp;amp;c=25"&gt;Mailing List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/2011459.aspx</link><pubDate>Fri, 16 Nov 2007 19:14:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2011459</guid><dc:creator>ounlopez</dc:creator><author>ounlopez</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2011459.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=2011459</wfw:commentRss><description>&lt;p&gt;Unfortunately, this did not do it. I really do not understand this problem.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1849967.aspx</link><pubDate>Thu, 09 Aug 2007 14:32:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1849967</guid><dc:creator>PeterW</dc:creator><author>PeterW</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1849967.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1849967</wfw:commentRss><description>&lt;p&gt;The format of DateTimes is covered in C# docs&amp;nbsp;under custom DateTime formats. This defines what characters are used to determine what output. You state dd/mm/yyyy is the format specifier&lt;/p&gt;
&lt;p&gt;I would guess that when referring to months you not use mm but instead MM.&amp;nbsp; mm means minutes and MM means numeric month with a leading 0 if needed to ensure 2 digits are used.&amp;nbsp; Try dd/MM/yyyy.&lt;/p&gt;
&lt;p&gt;I could be wrong but that would be my stab at it.&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1612352.aspx</link><pubDate>Fri, 09 Mar 2007 00:12:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1612352</guid><dc:creator>ounlopez</dc:creator><author>ounlopez</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1612352.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1612352</wfw:commentRss><description>&lt;p&gt;Was this problem ever solved? I am having a similar problem, and not sure where in my script it is ocurring.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Oun&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1518961.aspx</link><pubDate>Thu, 04 Jan 2007 22:20:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1518961</guid><dc:creator>pickyh3d</dc:creator><author>pickyh3d</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1518961.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1518961</wfw:commentRss><description>&lt;p&gt;You can change&amp;nbsp;the time&amp;nbsp;to military time (for the database since you said you're not displaying anything) by changing the date/time format string to "t" for just the hours and minutes (e.g., "20:13"&amp;nbsp;for 8:13 PM)&amp;nbsp;and "T" for the hours, minutes, and seconds (e.g., "20:13:54" for 8:13:54 PM).&lt;/p&gt;
&lt;p&gt;I don't know that this SQL query is actually the problem because it's not even using your time's timestamp (hh:mm:ss tt, which would be "03:04:01 AM" and "04:33:21 PM" [I showed both to point out the leading zeros and the fact that it uses 01 - 12 hours instead of 0 - 23 hours]), which I noticed because the query does not use have the seconds portion of your timestamp.&amp;nbsp; I'd guess the timestamp being used is "hh:mm tt" or maybe just "h:m tt" -- there are no leading zeros in the supplied time to be able to tell which is used.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1516152.aspx</link><pubDate>Wed, 03 Jan 2007 08:40:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1516152</guid><dc:creator>database</dc:creator><author>database</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1516152.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1516152</wfw:commentRss><description>&lt;p&gt;in the page that i am trying to dispaly has no datetime entry. but what i found in the log that there is only an insert statmet that include the date and time.&lt;/p&gt;
&lt;p&gt;SELECT SQ.NEXTVAL FROM dual&lt;br /&gt;INSERT INTO AD_AUDIT_RECORDS ( ACTION_ID,RECORD_ID,FORM_ID,USER_ID,AT_DATE,AT_TIME,AT_ACTION,AT_KEY )VALUES(3871,256,18,1,TO_DATE('03/01/2006','dd/mm/yyyy'),'11:44 AM','View','USER_ID = 700001' )&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1513994.aspx</link><pubDate>Mon, 01 Jan 2007 02:45:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1513994</guid><dc:creator>pickyh3d</dc:creator><author>pickyh3d</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1513994.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1513994</wfw:commentRss><description>Can your copy paste the exact line(s) where ever your datetime format string is being entered?</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1513930.aspx</link><pubDate>Sun, 31 Dec 2006 21:45:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1513930</guid><dc:creator>database</dc:creator><author>database</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1513930.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1513930</wfw:commentRss><description>&lt;p&gt;Any idea regarding this issue??&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1507578.aspx</link><pubDate>Sun, 24 Dec 2006 06:26:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1507578</guid><dc:creator>database</dc:creator><author>database</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1507578.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1507578</wfw:commentRss><description>&lt;font size=2&gt;
&lt;p&gt;&amp;lt;globalization requestEncoding="utf-8" responseEncoding="utf-8"/&amp;gt; this line from web.config&lt;/p&gt;
&lt;p&gt;and the sting format that is used is dd/mm/yyyy&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1507397.aspx</link><pubDate>Sat, 23 Dec 2006 18:15:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1507397</guid><dc:creator>pickyh3d</dc:creator><author>pickyh3d</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1507397.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1507397</wfw:commentRss><description>Can you post the line from the config file then with the format string?</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1507274.aspx</link><pubDate>Sat, 23 Dec 2006 11:56:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1507274</guid><dc:creator>database</dc:creator><author>database</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1507274.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1507274</wfw:commentRss><description>&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:gray;FONT-FAMILY:'Comic Sans MS';"&gt;Actually, I do not have the access to the code.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:gray;FONT-FAMILY:'Comic Sans MS';"&gt;However, as I said, the page is used to work. But after restating the application server due to a low memory; this page stop to be displayed because of the error above. All I have is the stack trace.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:gray;FONT-FAMILY:'Comic Sans MS';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:gray;FONT-FAMILY:'Comic Sans MS';"&gt;I believe that the problem in the server data time configuration.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1507200.aspx</link><pubDate>Sat, 23 Dec 2006 05:49:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1507200</guid><dc:creator>pickyh3d</dc:creator><author>pickyh3d</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1507200.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1507200</wfw:commentRss><description>May we see the offending code?</description></item><item><title>Error: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.</title><link>http://forums.asp.net/thread/1506967.aspx</link><pubDate>Fri, 22 Dec 2006 20:34:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1506967</guid><dc:creator>database</dc:creator><author>database</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1506967.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=149&amp;PostID=1506967</wfw:commentRss><description>&lt;span class=mediumtext&gt;&lt;font face=Verdana color=#333333&gt;i am facing a problem when i access one of the pages. it used to work before but after restarting the application sever it gives the following error.&lt;br /&gt;&lt;br /&gt;Server Error &lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------- &lt;br /&gt;The string was not recognized as a valid DateTime. There is a unknown word starting at index 20. &lt;br /&gt;&lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;Source Error: &lt;br /&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Stack Trace: &lt;br /&gt;&lt;br /&gt;[FormatException: The string was not recognized as a valid DateTime. There is a unknown word starting at index 20.] &lt;br /&gt;&lt;br /&gt;System.DateTimeParse.Lex(Int32 dps, __DTString str, DateTimeToken dtok, DateTimeRawInfo raw, DateTimeResult result, DateTimeFormatInfo&amp;amp; dtfi) +1658 &lt;br /&gt;System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +334 &lt;br /&gt;System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles) +30 &lt;br /&gt;System.DateTime.Parse(String s, IFormatProvider provider) +11 &lt;br /&gt;System.Convert.ToDateTime(String value, IFormatProvider provider) +61 &lt;br /&gt;WebDateTime.clsWebDateTime.set_Text(String value) &lt;br /&gt;WebDateTime.clsWebDateTime.set_Value(String value) &lt;br /&gt;System.Web.UI.Contro&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i tried to change the regional setting and restart the server but the problem still there.&lt;br /&gt;i changed it to dd/mm/yyyy and hh:mm:ss tt as before.&lt;br /&gt;&lt;/font&gt;&lt;font face=Verdana color=#333333&gt;&lt;br /&gt;please advise me as i need the solution for urgent.&lt;/font&gt;&lt;/span&gt;</description></item></channel></rss>