Modify

#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 J-Paul Mesnage, 17 months ago

Milestone: 3.3.17.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [13080] in version: 3.3.17.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.