What kind of DateTime format is this?

May I know what do you call this datetime format? Fri Oct 25 2019 00:00:00 GMT+0800 (Taipei Standard Time) and how can I convert it into in Javascript --> 10/25/2019

Hello there,

  1. It is in the UTC String format.
  2. I will not give you the answer, but here is the best resource for this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString

Hope this helps

Thanks, it’s all good. :slight_smile: