-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Consider this VTL expression:
cast(cast("2000-" || MOIS_COLLECTE || "-01", date), string, "MMMM")It currently always returns October but we would like to return the localized name instead (Octobre for a french locale).
Since we are using date-fns for that, it way be as simple as:
- get the browser locale (
navigator.language?), - infer what to use for
formathere, by using the properdate-fnsoption.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request