Modify ↓
Opened 16 years ago
Closed 16 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 Changed 16 years ago by Jos
- Type changed from Bug to Feature Request
- Version 3.2.12.0 deleted
comment:2 Changed 16 years ago by Valik
comment:3 Changed 16 years ago by Gary
- Resolution set to Rejected
- Status changed from new to closed
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.
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().