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