• HTML INTRODUCTION

    The HTML 5 language has a "custom" HTML syntax that is compatible with HTML 4 and XHTML1 documents published on the Web, but is not compatible with the more esoteric SGML features of HTML 4.

  • JAVASCRIPT Introduction

    JavaScript (JS) is a dynamic computer programming language.

  • Structured Query Language (SQL)

    SQL is a standard language for accessing databases.

  • AJAX INTRODUCTION

    AJAX = Asynchronous JavaScript and XML.

  • ASP

    ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting.

  • Save a lot of work with CSS!

    In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.

  • C# (programming language)

    c# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, procedural, generic, object-oriented (class-based), and component-oriented programming disciplines.

  • Java - Overview

    Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems' Java platform (Java 1.0 [J2SE]).

  • jQuery is a JavaScript Library

    jQuery greatly simplifies JavaScript programming.

  • PHP LANGUAGE PROGRAMMING

    PHP is a server scripting language, and is a powerful tool for making dynamic and interactive Web pages quickly.

  • Introduction to XML

    XML was designed to transport and store data.HTML was designed to display data.

Friday, February 21, 2014

Posted by amikitinfo
No comments | 9:52 PM

Description:

This method takes a date and returns the number of milliseconds since midnight of January 1, 1970 according to universal time.

Syntax:

Date.year,month,day,[hours,[minutes,[seconds,[ms]]])
Note: Paramters in the bracket are always optional
Here is the detail of parameters:
  • year : A four digit number representing the year
  • month : An integer between 0 and 11 representing the month
  • day : An integer between 1 and 31 representing the date
  • hours : An integer between 0 and 23 representing the hour
  • minutes : An integer between 0 and 59 representing the minutes
  • seconds : An integer between 0 and 59 representing the seconds
  • ms :An integer between 0 and 999 representing the milliseconds

Return Value:

Number of milliseconds since midnight of January 1, 1970

Example:

<html>
<head>
<title>JavaScript UTC Method</title>
</head>
<body>
<script type="text/javascript">
var msecs = Date.UTC(2008,9,6);
document.write( "Number of milliseconds from 1970: " + msecs );
</script>
</body>
</html>
This will produce following result :
Number of milliseconds from 1970: 1223251200000 
 
+JavaScript +JavaScript Frameworks Links +Javascript Development 
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn 
+Javascript Problems +JavaScriptOn 
 +javaScript is a creek in West Virginia in the summe  
+enJineS +JavascriptU +Javascript Tutor 
 
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn  +Javascript Problems +JavaScriptOn   +javaScript is a creek in West Virginia in the summe   +enJineS +JavascriptU +Javascript Tutor   - See more at: http://remotetutor.blogspot.com/2014/01/javascript-date-togmtstring-method.html#sthash.GyasF1TD.dpuf
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn  +Javascript Problems +JavaScriptOn   +javaScript is a creek in West Virginia in the summe   +enJineS +JavascriptU +Javascript Tutor   - See more at: http://remotetutor.blogspot.com/2014/01/javascript-date-togmtstring-method.html#sthash.GyasF1TD.dpuf

0 comments:

Post a Comment

Hosting Gratis