<?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 between two dates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768237#M1306089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I can't understand ur requirement clearly. &lt;/P&gt;&lt;P&gt;But you you can easily convert any integer  into Date.&lt;/P&gt;&lt;P&gt;Just move the integer value into a fiield of having data type D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: d type d,&lt;/P&gt;&lt;P&gt;         p type p,&lt;/P&gt;&lt;P&gt;        d1 type d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d = sy-datum." jul 03, 2009&lt;/P&gt;&lt;P&gt;p = d.&lt;/P&gt;&lt;P&gt; " now the d will have the total no of days from the very firt day of first year(0001). value will be ' 733592'  days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d1 = p.&lt;/P&gt;&lt;P&gt;write: d1. you will get the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 05:58:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-03T05:58:37Z</dc:date>
    <item>
      <title>Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768224#M1306076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched the whole SDN but i could not find the answer for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to substract two dates and get the return value as a date only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : v_date1 type sy-datum default '20090702',&lt;/P&gt;&lt;P&gt;          v_date2 type sy-datum default '20090602',&lt;/P&gt;&lt;P&gt;          v_date TYPE sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the execution of below code,&lt;/P&gt;&lt;P&gt;v_date = v_date1 - v_date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the value for v_date as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i take the v_date as type I, it is giving me the differennce in dates but not a Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the difference as date only such as 20090702.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 15:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768224#M1306076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T15:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768225#M1306077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible to get the date by subtracting the two different date. If you can provide the output then it is easy to provide any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768225#M1306077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768226#M1306078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, on the surface, it's hard to see what you are trying to do. The difference between two dates is &lt;U&gt;not&lt;/U&gt; a date. It is an integer number of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you expand on your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768226#M1306078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768227#M1306079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah that's right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference b/w two dates is an integer value in general.&lt;/P&gt;&lt;P&gt;But i need to have a date when i'm subtracting two dates. Yes I can assure that the dates which i'm going to subract will never fall in the same month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always, the two dates will have difference months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768227#M1306079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768228#M1306080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Difference b/w two dates is an integer value in general.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In general??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768228#M1306080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768229#M1306081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i'm subtracting two dates such as 20090701 (sy-datum) and 20090702 (p_date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_date = sy-datum - p_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value in the variable v_date will be 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to delete records from a custom table which are older than 6 months. So, for this, i'm creating one custom report whose selection paramter will be a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm subracting this with the system date and then passing the resultnt date to the "Select"  statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, before executing the select statement, i've defined a constant c_months as 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the month after subtracting the resultantt date such as v_months = resultatntdate+0(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i ll check if this month is greater than the constant month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_months GT c_months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from customtable into an internal table&lt;/P&gt;&lt;P&gt;                                   where entry_date LE resultantdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elseif.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if you have any other suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768229#M1306081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768230#M1306082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you don't want to subtract a date form a date, you just want to subtract 6 months from a date (find a date six months in the past).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768230#M1306082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768231#M1306083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop, i want to substract a date from date just to have a resultant date which i can pass it in the data selection(SELECT statement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the resultant date, I'll also get the month which I'll compare it with the contant month i.e. 6 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the comparision is greater than 6 months, then i'll execute the select statement and then delete the records from the custom table, else i'll exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Check if the entry month is GT 6 months&lt;/P&gt;&lt;P&gt;IF v_diff_days GT c_days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Read data from the staging table based on the calculated date&lt;/P&gt;&lt;P&gt;  SELECT * FROM yeim_clasfn_stg INTO TABLE i_yeim_clasfn_stg&lt;/P&gt;&lt;P&gt;                               WHERE entry_date LE v_resultant_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*Delete the read data from the staging table&lt;/P&gt;&lt;P&gt;    DELETE yeim_clasfn_stg FROM TABLE i_yeim_clasfn_stg.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ELSEIF v_diff_days LE c_days.&lt;/P&gt;&lt;P&gt;*Display an error message "Purging data of age less than 6 months is not possible.".&lt;/P&gt;&lt;P&gt;  MESSAGE i004.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 16:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768231#M1306083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T16:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768232#M1306084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it still doens't make any sense for me. Arithmetically what date will be the result of below operation according to your calculation logic ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_date = 20090112 - 20080320.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gungor Ozcelebi on Jul 2, 2009 7:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768232#M1306084</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-07-02T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768233#M1306085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is impossible to get the date by subtracting two dates. I think you should explain us with taking example dates..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768233#M1306085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T17:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768234#M1306086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Function  HR_HK_DIFF_BT_2_DATES. give your 2 dates as is, and use output_format = '04'. that will give the difference in months with decimals, and you need the difference to be &amp;gt; 6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 17:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768234#M1306086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768235#M1306087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if u want to know the difference between 2 dates, try to use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_GET_TIME_BETWEEN_DATES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used before and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768235#M1306087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T18:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768236#M1306088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, you are looking for a date in the past of 60 days, for example.   Look at FM HR_SEN_CALE_DAYS_DATE where ID_DATE is your date you wish to subtract from, ID_OPERATOR is &lt;SPAN __jive_emoticon_name="minus"&gt;&lt;/SPAN&gt; and IS_DURATION you can indicate the Years, Months, and/or Days you wish to  use to make your calculation with (in this case 60 days).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 19:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768236#M1306088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T19:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768237#M1306089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I can't understand ur requirement clearly. &lt;/P&gt;&lt;P&gt;But you you can easily convert any integer  into Date.&lt;/P&gt;&lt;P&gt;Just move the integer value into a fiield of having data type D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: d type d,&lt;/P&gt;&lt;P&gt;         p type p,&lt;/P&gt;&lt;P&gt;        d1 type d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d = sy-datum." jul 03, 2009&lt;/P&gt;&lt;P&gt;p = d.&lt;/P&gt;&lt;P&gt; " now the d will have the total no of days from the very firt day of first year(0001). value will be ' 733592'  days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d1 = p.&lt;/P&gt;&lt;P&gt;write: d1. you will get the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 05:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768237#M1306089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date between two dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768238#M1306090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems it is impossible to get a date after substracting two dates. We should create one FM for this, i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, i've resolved my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 06:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-between-two-dates/m-p/5768238#M1306090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T06:15:05Z</dc:date>
    </item>
  </channel>
</rss>

