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