Modify ↓
#3257 closed Bug (Fixed)
Incorrect format in AutoIt Help File
| Reported by: | 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 , 10 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [11725] in version: 3.3.15.1