Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3257 closed Bug (Fixed)

Incorrect format in AutoIt Help File

Reported by: rtm533@… Owned by: Melba23
Milestone: 3.3.15.1 Component: Documentation
Version: 3.3.15.0 Severity: None
Keywords: DosDate, FatDate Cc:

Description

_Date_Time_DOSDateToArray Function
In Help Return Value
Returns an array with the following format:
[0] - Month
[1] - Day
[2] - Year

But it returns:
[0] - Day
[1] - Month
[2] - Year

Same in _Date_Time_DOSDateTimeToArray Function.

_Date_Time_DOSDateTimeToStr Function:
In Help Return Value
Returns a date/time string formatted as mm/dd/yyyy hh:mm:ss.
But it returns string formatted as dd/mm/yyyy hh:mm:ss.

_Date_Time_DOSDateTimeToFileTime Function:
In Help Example
Comment in Line:
; 12/31/2007 18:34:20
Format is 31/12/2007 18:34:20

Attachments (0)

Change History (2)

comment:1 by Melba23, 10 years ago

Milestone: 3.3.15.1
Owner: set to Melba23
Resolution: Fixed
Status: newclosed

Fixed by revision [11725] in version: 3.3.15.1

comment:2 by Melba23, 10 years ago

Fixed - thanks for the report.

M23

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


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