{"ScriptPreparationCode":"var date1 = new Date();\r\nvar date2 = new Date();","TestCases":[{"Name":"moment","Code":"moment(date1).isSame(date2, \u0027day\u0027);","IsDeferred":false},{"Name":"native","Code":"date1.getDay() === date2.getDay() \u0026\u0026 date1.getMonth() === date2.getMonth() \u0026\u0026 date1.getYear() === date2.getYear();","IsDeferred":false}]}