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

I want an api replication required, I want an API Replication required P...

I want an API Replication required Project Description: Want an API expert to aid in application development in regards to API extraction, and injection into other sites, as

Formatting tags, Now let us look at some more tags which can be used to for...

Now let us look at some more tags which can be used to format text. These are all given in the example illustrated in Figure  XYZ&l

Explain how syntax errors occur in php, Question: (a) With the help of...

Question: (a) With the help of a diagram, illustrate how Three-Tier Web application architecture operates. (b) Explain how syntax errors occur in PHP. (c) Exceptions ar

Presentation layer - osi model layer, Presentation layer: While two hosts ...

Presentation layer: While two hosts are communicating with each other they might employ distinct coding standards & character sets for internally representing data. This layer is

Seeking for a prestashop car parts theme and installation, Hello, Im curren...

Hello, Im currently seeking for a prestashop car parts theme + installation onto my hosting account. Need someone who will be able to help with any other needs later on once we sta

I need help in custom php work, Custom PHP Work I have a website in Word...

Custom PHP Work I have a website in Wordpress / woocommerce with a custom php designing module created not complete. Can share details to the right person. What I am seeking

Business catalyst expert, Business catalyst expert I am in search of som...

Business catalyst expert I am in search of someone who knows adobe business catalyst I am building a website for golfers and want to make a statistics website. Desired Skills

We need to develop a number recognition from image in php, We need to devel...

We need to develop a Number recognition from image (OCR) in PHP We want a piece of code that can analyze an image and read the numbers in the image and return these as text. The

Pass an arguments to a function, You can pass arguments to a function. Thes...

You can pass arguments to a function. These are variables, either strings or numbers, which are utilized inside the function. Certainly the output of the function based on the argu

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