Allow translations of Date Function

Peter Brusse shared this idea 6 years ago
Idea Logged

Date functions (Month name, year, week, etc) created at the view level do not allow for easy content translation. Is there a way to make this possible?


In MySQL you can emulate this by setting the system language:


SET lc_time_names = 'de_DE'

SELECT MONTHNAME(`my_date`) FROM testdb.testdataset

Leave a Comment
 
Attach a file