Create a date instance, PHP Web Programming

Assignment Help:

The Date object is utilized to work with dates & times.

Creating a Date Instance

You must create an instance of the Date object along with the "new" keyword. The following line of code stores the current date into a variable called "my_date":

var my_date=new Date( )

After making an instance of the Date object, you can access all of the methods of the object from the "my_date" variable. If, for instance, you desire to return the date (from 1-31) of a Date object, you must write the following:

        my_date.getDate( )

You may also write a date within the parentheses of the Date( ) object. The following line of code illustrates some of the date formats obtainable.

new Date("Month dd, yyyy hh:mm:ss"), new Date("Month dd, yyyy"), new

Date(yy,mm,dd,hh,mm,ss), new Date(yy,mm,dd), new Date(milliseconds)

Here is how you can develop a Date object for each ways above:

var my_date=new Date("march 22, 1988 13:14:00"), var my_date=new Date("march 22, 1989"), var my_date=new Date(89,03,22,13,14,00), var my_date=new Date(89,03,22), var my_date=new Date(500)

• Some Date Methods

Methods

Explanation

Date( )

Returns Date object

GetDate( )

Returns the date of Date object (from 1-31)

GetDay( )

Returns the day of Date object (from 0-6. 0=Monday,

1=Sunday, etc.)

GetMonth( )

Returns the month of Date object (from 0-11. 0=December,

1=January, etc.)

GetFullYear( )

Returns the year of the Date object (four digits)

GetHours( )

Returns the hour of the Date object (from 0-23)

GetMinutes( )

Returns the minute of the Date object (from 0-59)

GetSeconds( )

Returns the second of the Date object (from 0-59)

 


Related Discussions:- Create a date instance

Seeking talented opencart developer, Seeking talented OpenCart Developer ...

Seeking talented OpenCart Developer We have an by now existing OpenCart 1.5.1 site that wants some updates. a) We have a core file that is generating dumps which needs to be

Qualified django and python expert needed, Qualified Django and Python Expe...

Qualified Django and Python Expert to make certain site changes We want somebody to change the settings therefore that we can have a different template for the homepage. We like

Distinguish between complex type and simple type elements, Question: (a...

Question: (a) Explain the concept of "mixed content" in an XML document. What restrictions are placed on the definition of elements with mixed content by Document Type Defini

We need help in mobile punch card builder, We need help in Mobile Punch Car...

We need help in Mobile Punch Card Builder I have a mobile site builder platform which I would like users to as well be able to create mobile punch cards (punches) & Rewards poin

I need help for bnb - mobile html5, I need help for BNB - Mobile HTML5,CSS3...

I need help for BNB - Mobile HTML5,CSS3,JAVASCRIPT coding We want to create HTML pages for the mobile version of the website No other development required. The source grap

Need developer for scientific experiment, Scientific Experiment This is ...

Scientific Experiment This is a small project for a scientific experiment connected to a fashion startup. What is required- A Website that describes a promotion campaign f

I need help to make a clone of website, I need help to make a Clone of webs...

I need help to make a Clone of website - Database and web programming a) Change to the subject matter b) A beautiful design, c) A certification program (Users will upload

Need help in web form designing tool, Web Form Designing Tool We are in ...

Web Form Designing Tool We are in search of a brilliant HTML, CSS & jQuery Developer who will be accountable for the development as well as deployment of Form Designing Template

We need a wordpress theme development with visual composer, We need a Wordp...

We need a Wordpress Theme Development with visual composer We are in search of a WordPress Theme Developer with extraordinary skills on PHP and theme programming to realize a we

Prepare a custom website in php only, Prepare a Custom Website in PHP only....

Prepare a Custom Website in PHP only. Do Not propose any CMS for this software. I am also PHP developer. So please note that read cautiously then bid on this project. This is

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd