Replacement for moment js?

You-Lan Bribach
Tera Contributor

Moment function is not working anymore. Does anyone know what the new library functions are to handle date / time / datetime objects in Service Portal widgets? We are in Washington DC release.

 

Thank you.

2 REPLIES 2

Raj_Esh
Kilo Sage
Kilo Sage

Hi @You-Lan Bribach 

 

Have you tried the following in your Client Controller?

var created = new Date(data.sys_created_on);

 

Or maybe following link can be useful.

 

https://snc-resources.com/2024/02/29/servicenow-sdk-dayjs/

--Raj

perosterber
Tera Contributor

Have you found any replacement yet?