#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 Changed 8 years ago by Melba23
- Milestone set to 3.3.15.1
- Owner set to Melba23
- Resolution set to Fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by Melba23
Fixed - thanks for the report.
M23
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.
Fixed by revision [11725] in version: 3.3.15.1