Short function for date format YYYY-MM-DD on September 21, 2018 Get link Facebook X Pinterest Email Other Apps Code: date.getFullYear() + '-' + ('0' + (date.getMonth() + 1)).slice(-2) + '-' + ('0' + date.getDate()).slice(-2) Comments Sergiy10 August 2021 at 09:19return "2021-08-10"ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
return "2021-08-10"
ReplyDelete