Modify

#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, on Jul 25, 2008 at 6:15:46 PM

Type: BugFeature Request
Version: 3.2.12.0

comment:2 by Valik, on Jul 25, 2008 at 10:18:24 PM

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, on Jul 26, 2008 at 11:41:33 PM

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.