Returns the end date of a given day. var dayEndDate = apex.date.endOfDay( myDate ); // output: "2021-JUN-29 23:59:59" (as date object) ...
確定! 回上一頁