JavaScript Date Object Functions

Java Script Code Examples


Date.getDate

Description
Returns a integer set to the date's object day in the month.

Example Code
<SCRIPT LANGUAGE="JavaScript">
<!--
the_date = new Date();
document.write("The current locale time and date is " + the_date.toLocaleString());
document.write("<br><br>The day of the month in the date object is " + the_date.getDate());
// -->
</SCRIPT> 

Executed code
 



Change Function


Document Object
domain Returns the server domain name which served the document.
images Returns the images in the document.
lastModified Returns the date the file was last modified.
links Returns the links of the document.
referrer Returns the referrer of the document.
title Returns the title of the document.
URL Returns the the entire URL of the document.

Date Object
getDate Returns an integer set to the date's object day in the month.
getDay Returns an integer set to the date's object day in the week.
getYear Returns a the year of the date object.
toGMTString Returns a string set to the Greenwich Mean Time (GMT) or Coordinated Universal Time (UTC).
toLocaleString Returns a string set to the current locale time.

Infant Growth Charts - Baby Percentiles Overtime Pay Rate Calculator Salary Hourly Pay Converter - Jobs Percent Off - Sale Discount Calculator Pay Raise Increase Calculator Linear Interpolation Calculator Dog Age Calculator Darcy Minor Loss Calculator Stokes Law Equations Calculator Net Income Multiplier Calculator Real Estate Investment Calculators Percent Yield Equations Calculator Acoustic Flow Meter Calculator Gross Rent Multiplier Calculator Compare Loans Analysis Calculator Cat To Human Age Calculator

Online Web Apps, Rich Internet Application, Technical Tools, Specifications, How to Guides, Training, Applications, Examples, Tutorials, Reviews, Answers, Test Review Resources, Analysis, Homework Solutions, Worksheets, Help, Data and Information for Engineers, Technicians, Teachers, Tutors, Researchers, K-12 Education, College and High School Students, Science Fair Projects and Scientists

By Jimmy Raymond
View Jimmy Rayamond's profile on LinkedIn

Contact: aj@ajdesigner.com

Privacy Policy, Disclaimer and Terms

Copyright 2002-2015