<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: date format problem in excel format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677870#M618792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the provided excel sheet contains date in format "20122006" the field is considered as a number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you can do the following select the whole column and go to format/cells. Choose the "custom" category on the Number tab and &lt;/P&gt;&lt;P&gt;enter zeros in eight digits, i.e. 00000000 under "Type:".&lt;/P&gt;&lt;P&gt;This should solve your problem before uploading the data into SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2007 07:00:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-16T07:00:44Z</dc:date>
    <item>
      <title>date format problem in excel format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677868#M618790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am uploading the date field  from excel to program.&lt;/P&gt;&lt;P&gt;My problem is in date format.&lt;/P&gt;&lt;P&gt;I am gettting the date format in ddmmyyyy if it is 01012006 then my excel sheet contains the date as 1012006 i.e '0' initial zero is truncated in the excel sheet .&lt;/P&gt;&lt;P&gt;Now how can i use this date in my program i.e i have to convert into date as per program requirements like dd.mm.yyyy  .How can i convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;shyla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 06:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677868#M618790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: date format problem in excel format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677869#M618791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shyla,&lt;/P&gt;&lt;P&gt;  To eliminate the problem u r facing u can change the format of  the date column in excel sheet as 'Text'.Then the  '0' appearing at first won't be truncated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward the point if useful............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 06:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677869#M618791</guid>
      <dc:creator>rajesh_akarte2</dc:creator>
      <dc:date>2007-08-16T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: date format problem in excel format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677870#M618792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the provided excel sheet contains date in format "20122006" the field is considered as a number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you can do the following select the whole column and go to format/cells. Choose the "custom" category on the Number tab and &lt;/P&gt;&lt;P&gt;enter zeros in eight digits, i.e. 00000000 under "Type:".&lt;/P&gt;&lt;P&gt;This should solve your problem before uploading the data into SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 07:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677870#M618792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T07:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: date format problem in excel format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677871#M618793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare Date fields as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: date(10) type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 07:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-problem-in-excel-format/m-p/2677871#M618793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T07:04:24Z</dc:date>
    </item>
  </channel>
</rss>

