-10

11111111111111111111111111111111111111111111111111111111111111111111 i use Date.now() to get todays date and it returns in this form -> 1691168876731 and i want to convert it to be like this form - > 2023-08-02T17:00:00Z

so any suggestions ?

  • Is there not a single bit of effort anymore around users might put into resolving their problems with tools and tutorials already in place? – Slevin Aug 04 '23 at 17:19
  • @Slevin looks like about 69 bits to me – Pointy Aug 04 '23 at 17:25
  • You might be new to the world of javaScript, so first welcome to the world of JS. And please do a google search it is a very easy thing to find. You can find good amount of documentation around various Date functions here https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date. Please try out an approach and then reach out to the community. – Sumit Surana Aug 04 '23 at 17:36
  • 1
    wonder what does "11111111111111111111111111111111111111111111111111111111111111111111" mean – gnat Aug 04 '23 at 20:25

0 Answers0