JavaScript / nodejs [JavaScript] Get the Start and End of the Day in format yyyy-MM-ddTHH:mm:ss.SSSZ May 2, 2022 May 2, 2022 date, day, end, format, JavaScript, start, timestamp, yyyy-MM-ddTHH:mm:ss.SSSZ const start = new Date() const end = new Date() start.setHours(0, 0, 0, 0) end.setHours(23, 59, 59, 999) console.log(start.toISOString()) console.log(end.toISOString()) [CAP] Login to CF using a bash script [SAPUI5] Get i18n texts Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *CommentName* Email* Website Save my name, email, and site URL in my browser for next time I post a comment.