0
bilalhaidar created
Hi, The function "abp.timing.convertToUserTimezone" is defined twice:
- In abp.moment.js
- In abp.js
Why is it defined twice, and which one is active and why?
Thanks
2 Answer(s)
-
0
Hi,
The one contains pure js implementation and other one uses momentjs for same purpose. Since abp.moment.js is added aftaer abp.js, momentjs version is used. We did it in this way for thinking a possible tool like momentjs will come out in the future but I think it is not likely at the moment :).
-
0
Thanks :-)