guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
537 stars 130 forks source link

LOCAL DATETIME #52

Open acorti79ITA opened 4 years ago

acorti79ITA commented 4 years ago

Hi, as I wrote to you by email I want to fix your code to see datetime in local format. For example in my case italian format. I want to add in Config class this portion of code: , moment : { locale : 'it' } So I can set moment.locale in the language that i wants in the page where I use your package. After I want to set moment.locale(Config.moment.locale); into headers.js to apply the correct datetime format. I try to rebuild your package but no fix seems applyed

Thanks Alex