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 a receipe app in php, I want a Receipe App in PHP We are seeking ...

I want a Receipe App in PHP We are seeking a highly talented PHP Coder for the development of a Recipe App for Cocktail. Need Strong Facebook Integration like General Signup

I needed php developer, Our company is looking for a brilliant PHP Develope...

Our company is looking for a brilliant PHP Developer to join our dynamic and young online media agency. Must have: - Knowledge in Databases and SQL, proven coding and indexin

Apply color and style on text, You will now apply additional formatting cha...

You will now apply additional formatting changes to the text like changing the color & style to generate heading text. 1. In the primary text description layout cell, choose t

Urgent php enhancement to online assessment website, URGENT PHP enhancement...

URGENT PHP enhancement to online assessment website We are currently looking for a skilled PHP developer (PHP & MySQL - with cPanel website administration interface) with outsta

We need help to fix drupal 5.0 site, We need help to Fix Drupal 5.0 site. A...

We need help to Fix Drupal 5.0 site. Authorize.net not working We have a Drupal 5.0 site that abruptly isn't connecting with Authorize.net. Fundamentally, we are having some

.curl, Hello, I need help with php, using curl I''m working on a mini proj...

Hello, I need help with php, using curl I''m working on a mini project private social network in my college so i need someone to help me how to use curl to login to remote site,

What are the types of code declaration, Question: (a) What are the fou...

Question: (a) What are the four types of code declaration blocks you can use to write PHP? (b) Distinguish between the include() statement and the require() statement.

I need help in php, I need help in PHP, Wordpress Developer - with Mixpanel...

I need help in PHP, Wordpress Developer - with Mixpanel I'm changing from using Aweber for email management to Mixpanel. I want you to grow a WordPress plugin that will allow

I need help in buddypress project, I need help in Buddypress project I h...

I need help in Buddypress project I have a Buddypress site that I want some help with please. 1. The job needs that you know how to build a new Buddypress group component. Th

We desire help in web site development, We need help in web site developmen...

We need help in web site development I need a developer to replicate a site for me. This will need the developer to setup an account as well as engage in to the site understandi

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