getDate Summary Returns the day of the month of the System.Date object according to local time. Usage public int getDate() Returns The day of the month of the System.Date object according to local time. Description Returns the day of the month of the System.Date object according to local time. Examples Basic Usage 1234import System; Date d = new Date(2011, Date.Month.FEB, 10);Console.log(d.getDate()); // 10 Share HTML | BBCode | Direct Link