Skip to main content
1-Visitor
April 11, 2020
Solved

Use moment.js in services

  • April 11, 2020
  • 3 replies
  • 1580 views

Hello,

 

I see moment.js library in libraries list of ThingWorx.

 

I try to use it:

const currentDate = moment();

But in this case service returns error:

"moment" is not defined

 What can be a problem?

 

Thank you in advance.

Best answer by CarlesColl

Where you are using moment.js on a UI Extension or at Server Side Javascript? on the first case you should be able to use it, on the second not, there isn't moment.js (nor anyother) on Server Side Javascript (this is not the browser it's the Rhino Javascript engine).

3 replies

1-Visitor
April 12, 2020

Where you are using moment.js on a UI Extension or at Server Side Javascript? on the first case you should be able to use it, on the second not, there isn't moment.js (nor anyother) on Server Side Javascript (this is not the browser it's the Rhino Javascript engine).

1-Visitor
April 14, 2020

yes, I tried to use it at server side.

 

it's strange, that we have at server side dateFormat, but don't have momentjs.

1-Visitor
April 14, 2020

Then at server side, yes you only have the dateFormat. You can't add moment.js.