Modify ↓
Opened 5 weeks ago
Closed 5 weeks 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: | Jpm |
---|---|---|---|
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 Changed 5 weeks ago by Jpm
- Milestone set to 3.3.17.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [13080] in version: 3.3.17.0