Needing help trying to Format DateTime
问题 So for my assignemtn,I am instructed to create unit tests for Shopify integration. One of my assert methods require me to format the date a certain way. My assert method is this and the following trace is as follows. It's really difficult trying to keep up with the documentations. assertEquals((new Date(2020, 7, 23)),order.getCreatedAt()); java.lang.AssertionError: expected:<Mon Aug 23 00:00:00 EDT 3920> but was:<2020-07-23T11:47:45.000-04:00> 回答1: I suggest you switch from the outdated and