Opened 4 years ago
Last modified 4 years ago
#32062 closed New feature
Option to render abbreviated month name in Date.prototype.strftime — at Initial Version
Reported by: | Gagan Deep | Owned by: | Gagan Deep |
---|---|---|---|
Component: | Internationalization | Version: | 3.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The default Date object of JavaScript has been extended in static/admin/js/core.js to provide additional function to format dates in desired format. Recently, I required the need to have abbreviated month name. This functionality is not available in current implementation. Since, I have already implemented for my use case, I thought it might be helpful upstream. If this feature looks worth it, I would like to add this functionality for "%b" directive.
You thoughts are always welcomed.