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 , 18 years ago
| Type: | Bug → Feature Request |
|---|---|
| Version: | 3.2.12.0 |
comment:2 by , 18 years ago
comment:3 by , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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().