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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: