Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Aug 2012 at 09:31 UTC
Updated:
14 May 2015 at 09:54 UTC
Jump to comment: Most recent
Comments
Comment #1
fietserwin- What date format would you like to access (all, all localized)?
- How does this request relate to #1976614: Setting jQuery UI Datepicker's dateFormat should not be translated?
Comment #2
droplet commentedthese admin/config/regional/date-time formats
Comment #3
fietserwinThere are a lot of settings that are not available by default in JavaScript. E.g. the current language is not even available. This is probably done to not increase the page load for each and every page. If you need specific settings on the client side, you probably need them because you are writing a custom/contrib module that needs them. Then it is up to that custom module to add the necessary settings to the Drupal.settings object.
So I think this is a won't fix.
Comment #4
nod_Agreed. Add that from your module if you need it, core doesn't have to include it in the default settings.