Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Date & Time

Results 1-15 of 15
Validate Dates using Javascript
In this tutorial we will be creating a prototype method in Javascript that will help us validate any date entered from the user's input. The function will take two arguments: Argument 1: Target Delimiter. e.g. how the user should separate the digits. Common delimiters are '/' or '-'. Argument 2: Target Format. The order of the year (y), the month (m) and the day (d). Common formats are 'mdy', or 'ymd'.
(0 ratings)
Reviews0
PriceFree
Views1054
JavaScript Christmas Countdown digital clock
Around the world, the holiday of Christmas is celebrated with carolers, decorations, Santa Claus and ceremony as a way to honor the birth of Jesus Christ on December 25th every year.In this article we are going to design a JavaScript Christmas Countdown digital clock using the time of the visitor's computer for counting down to Christmas events. This script is extremely flexible it will work as per time zone. Before we start take a look to fine out days left until this Christmas.
(0 ratings)
Reviews0
PriceFree
Views1694
JavaScript Digital clock
In this article we are going to design a JavaScript based Digital Clock. Here we are see use a HTML Form to show our Digital Clock. Take a look below on piece of code� Here we have defined HTML form. And use input and assign a class frm to it. Class frm will take care of representation of clock.
(18 ratings)
Reviews0
PriceFree
Views3537
JavaScript Status Text Clock
Here we are going to display Text Clock at status bar of browser.First of all we have define variable var currentDate=new Date() and create a date object. Then define function NumToText() which take input as number which is output of method supported by date object.
(7 ratings)
Reviews0
PriceFree
Views2051
JavaScript Status clock - Advance
JavaScript Status clock - Advance Now we are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs.Here we are going to use some method supported by Date object are as follows...
(0 ratings)
Reviews0
PriceFree
Views1300
Javascript Date Function
posted bytizaginDate & Time
Both the date and time is accessed from the Javascript Date() function. Learn the basics of this functions to add simple date and time information to your website.
(3 ratings)
Reviews0
PriceFree
Views2801
JavaScript Date object
posted byadmininDate & Time
Complete listing of properties and methods of the Date object of JavaScript. Also includes examples.
(6 ratings)
Reviews0
PriceFree
Views2110
Calculating the difference between two dates
Learn how to calculate the difference between two dates in JavaScript, and in the process, derive some useful applications such as counting down to a particular event, counting up, displaying what's new on your page etc.
(37 ratings)
Reviews1
PriceFree
Views13122
Creating time-dependent scripts using JavaScript
Learn how to use JavaScript to manipulate and display the current time and date.
(15 ratings)
Reviews0
PriceFree
Views3708
Educadito v.js
A simple function to greet the user, according to the hour. Comments in spanish. Happy hacking!
(6 ratings)
Reviews0
PriceFree
Views2211
Statusbar message
posted byinfoinDate & Time
You could use your status bar to display the time and date. You might also use it to display mouse-over text or a welcome message. View the source of the demo page for the source code.
(12 ratings)
Reviews0
PriceFree
Views4654
Show date using an array
posted byinfoinDate & Time
There are many ways to add a date on your screen. This page shows how to put a date and day (for instance: wednesday, march 20th, 2002), using an array.
(39 ratings)
Reviews0
PriceFree
Views4569
Last Modified Display 2 (Date Only)
A code snippet to determine and display the date the document was last modified, date only.
(3 ratings)
Reviews0
PriceFree
Views4185
Ace Date Display Tutorial
Here are the instructions showing how to add topday's date on your web site using JavaScript. Source code provided.
(12 ratings)
Reviews0
PriceFree
Views4485
Date Functions
posted bywebinDate & Time
The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows how to display the last modified date in several different formats using JavaScript.
(10 ratings)
Reviews0
PriceFree
Views7146
Results 1-15 of 15