Questions tagged [oracle-jet]

The Oracle JavaScript Extension Toolkit (JET) is a revolutionary tool that gives developers the power to create stunning web applications using a modular open source platform built on cutting-edge JavaScript/TypeScript, CSS3, and HTML5 design principles.

What is the best way to process a date string and format it in TypeScript?

My task involves receiving a date in string format as 20160229000000 ('YYYYMMDDhhmmss'). I need to take this string and display it in DD-MON-YYYY format using Typescript. Instead of relying on an angular package like DatePipe, I am working with OJET and ...