JSFiddle - React, Tailwind, and code Playground

by Daedalus

JavaScript

const data = {
    channel: null,
    message: "hi deepak",
    receiver: 3,
    sender: 4,
    time: {
      $date: 1555993671476
    },
    _id: {
      $oid: "5cbe944789fcff049a558122"
    }
  };

  alert(data.time.$date);