Modify

Opened 18 years ago

Closed 18 years ago

#463 closed Feature Request (Rejected)

date.au3 library // _DateToMonth()

Reported by: hunt2alaska Owned by: Gary
Milestone: Component: Standard UDFs
Version: Severity: None
Keywords: date.au3 _datetomonth Cc:

Description

Issue: Will not resolve months June, July, September in a consistent (3 letter) abbreviated format ($ishort= 1).

Cause: (pasted from date.au3)
Local $aMonthNumberAbbrev[13] = ["", "Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec"]

Request: change date.au3 such that "abbreviated" versions of month names are consistently composed of three characters only(?).

Attachments (0)

Change History (3)

comment:1 by Jos, 18 years ago

Type: BugFeature Request
Version: 3.2.12.0

comment:2 by Valik, 18 years ago

June and July typically aren't abbreviated at all and September is usually written as Sept. I see nothing wrong with the abbreviations the function returns and if you do then I suggest you solve it with StringLeft().

comment:3 by Gary, 18 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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