<!-- make use of the element; format the timestamp to the in-built time pattern --><cometchat-date[timestamp]="'1686234301'"[pattern]="datePattern"></cometchat-date>
import { DatePatterns } from 'uikit-resources'; //import the date pattern constant.public datePattern: DatePatterns = DatePatterns.DateTime;