JavaScript setUTCDate

JavaScript setUTCDate function is useful to set the Day of a Month on a given date as per the universal time. The syntax of the setUTCDate Date function is: Date.setUTCDate(Day_Number) JavaScript setUTCDate Function Example We are using this setUTCDate function to set the current day to the 30th per the universal time. <!DOCTYPE html> <html> … Read more