Replacement for moment js?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 12:50 PM
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.
Labels:
- Labels:
-
Tokyo
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 03:37 PM - edited 07-03-2025 03:39 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 03:52 AM
Have you found any replacement yet?