Merge pull request #464 from FoxAhead/FoxAhead-patch-1

Method DATE_TO_EXCEL_STRING: Date field = space
This commit is contained in:
Ivan 2017-01-17 12:09:47 -06:00 committed by GitHub
commit c2f2f510e7

View File

@ -1673,7 +1673,8 @@ endmethod.</source>
<source>method DATE_TO_EXCEL_STRING. <source>method DATE_TO_EXCEL_STRING.
DATA: lv_date_diff TYPE i. DATA: lv_date_diff TYPE i.
CHECK ip_value IS NOT INITIAL. CHECK ip_value IS NOT INITIAL
AND ip_value &lt;&gt; space.
&quot; Needed hack caused by the problem that: &quot; Needed hack caused by the problem that:
&quot; Excel 2000 incorrectly assumes that the year 1900 is a leap year &quot; Excel 2000 incorrectly assumes that the year 1900 is a leap year
&quot; http://support.microsoft.com/kb/214326/en-us &quot; http://support.microsoft.com/kb/214326/en-us