Modify ↓
Opened 17 months ago
Closed 17 months ago
#4033 closed Bug (Fixed)
When calling _DateTimeSplit with a string with date only, the returned $aTimePart[0] value is missing
| Reported by: | anonymous | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.17.0 | Component: | AutoIt |
| Version: | 3.3.16.1 | Severity: | None |
| Keywords: | _DateTimeSplit | Cc: |
Description
Simple fix, from
Else Dim $aTimePart[4] EndIf
to
Else Dim $aTimePart[4] $aTimePart[0] = 0 EndIf
If no one figures this out in these many years, I think this is not important, but just to be consistent with the help file... 😄
Attachments (0)
Change History (1)
comment:1 by , 17 months ago
| Milestone: | → 3.3.17.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [13080] in version: 3.3.17.0