Modify

Opened 13 years ago

Closed 12 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 13 years ago.
bug2sort.JPG (108.0 KB) - added by Albeck 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Albeck

Changed 13 years ago by Albeck

comment:1 follow-up: Changed 13 years ago by 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.

comment:2 in reply to: ↑ 1 Changed 12 years ago by Jpm

  • Resolution set to Duplicate
  • Status changed from new to closed

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

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.