Modify

Opened 14 years ago

Closed 14 years ago

#2041 closed Bug (Duplicate)

_FTP_ListToArrayEx Datetime Format

Reported by: Albeck Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: ftp listtoarrayex datetime format Cc:

Description

Hi,

I want to sort an Array given from the _ftp_listtoarrayex command so that i have the newest file in the first array collum. BUT:

the datetime format given back from the command above ist YEAR/DAY/MONTH HOUR:MINUTE:SEC

So that for example 2011/25/05 is "newer" than 2011/14/08

I think it would be better to give the datime back this way: YEAR/MONTH/DAY/HOUR/MINUTE/SEC

Attachments (2)

bug.JPG (105.8 KB ) - added by Albeck 14 years ago.
bug2sort.JPG (108.0 KB ) - added by Albeck 14 years ago.

Download all attachments as: .zip

Change History (4)

by Albeck, 14 years ago

Attachment: bug.JPG added

by Albeck, 14 years ago

Attachment: bug2sort.JPG added

comment:1 by anonymous, 14 years ago

A few additional inforamtion:

In the help file it says that with $b_Fmt=1 the format will be YYYY/MM/DD and with $b_Fmt=0 it will be MM/DD/YYYY.

But as seen on the picture the output with $b_Fmt=1 is YYYY/DD/MM, so defnetly a bug.

in reply to:  1 comment:2 by J-Paul Mesnage, 14 years ago

Resolution: Duplicate
Status: newclosed

Replying to anonymous:

A few additional inforamtion:

In the help file it says that with $b_Fmt=1 the format will be YYYY/MM/DD and with $b_Fmt=0 it will be MM/DD/YYYY.

But as seen on the picture the output with $b_Fmt=1 is YYYY/DD/MM, so defnetly a bug.

check with beta as it as been solved by #1509

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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