set this format in yyyy-mm-dd js code example Example: javascript format date yyyy-mm-dd let today = new Date() today.toISOString().split('T')[0]