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