DAY Suggest EditsReturns the day of the month that a specific date falls on, in numeric format. Parameters value Date (required) - a date to extract the day from Returns Number Examples JavaScriptDAY('2015-12-31') // returns 31 Updated about 1 year ago Table of Contents Parameters Returns Examples