Allow translations of Date Function
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
Replies have been locked on this page!