You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if the serialization process would output dates and times formatted according to the configured application locale using PHP's IntlDateFormatter class (or datefmt_ family of functions).
I'm trying to use the javascript library DateJS in its french locale but it cannot parse the date strings generated by the JMSSerializerBundle on DateTime fields.
The text was updated successfully, but these errors were encountered:
Indeed it is. Do you think formatting according to locale should be done on the client side or it would be better to have it handled server-side while having access to PHP's and Symfony,s builtin i18n functionality?
It would be very nice if the serialization process would output dates and times formatted according to the configured application locale using PHP's IntlDateFormatter class (or datefmt_ family of functions).
I'm trying to use the javascript library DateJS in its french locale but it cannot parse the date strings generated by the JMSSerializerBundle on DateTime fields.
The text was updated successfully, but these errors were encountered: