Commit 402d913
authored
Consider dates with date 00/00/0000 in the ctot method (#1081)
* Consider dates with date 00/00/0000 in the ctot method
In PR 505 a change was made to return null in the ctot method when parsing dates with time threw ParseException.
This caused problems when parsing dates with the format "00/00/0000" and valid time
Issue 207698
* I consider the format 0000/00/00
* I consider format without empty space1 parent 1e618ad commit 402d913
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
799 | 803 | | |
800 | 804 | | |
801 | 805 | | |
| |||
1091 | 1095 | | |
1092 | 1096 | | |
1093 | 1097 | | |
1094 | | - | |
| 1098 | + | |
1095 | 1099 | | |
1096 | 1100 | | |
1097 | 1101 | | |
| |||
0 commit comments