JavaScript Date Resources

Below you will find 2 categories and 34 links related to JavaScript Date Resources.

Categories:

Links:

JavaScript : Books

Inside JavaScript

Visit Inside JavaScript

The only comprehensive book available that covers the latest technology, such as Internet Explorer 6 and JavaScript 1.5, and JScript 5.6. Packed full of hands-on examples, this book integrates JavaScript with .NET, XML, XSLT, Java, CSS, HTML, Cookies, Security, and much more. Written for beginning to intermediate readers looking to learn how to work with JavaScript and how best to use it with other web technologies. Inside JavaSriptfills a void between the very beginning and high level books available in bookstores today. It's a book readers want primarily for two reasons: re-usable code and up-to-date browser information. Books currently out on the shelf are not up to the latest in browser technology; thus, frustrating readers because everything done in JavaScript is dependent on browser capabilities. The web site will contain all the source code used in the book. Steven Holzner is an award-winning JavaScript author.

  • Cost: $34.99
  • Pages: 1104
  • Edition: 1st edition
  • ISBN: 0735712859

JavaScript

Visit JavaScript

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 100 key JavaScript tasks, including: Assigning values to variables; Declaring a function; Detecting mouse rollovers; Creating object instances; Resizing a window; Concatenating strings; Setting time and date values; Using buttons to trigger events; Working with frames; Detecting a user's browser. Includes Web development tools on CD-ROM: Dreamweaver and NetObjects Fusion trials, Homesite 4.5 for Windows evaluation version, and BBEdit demo; HotDog Express demo, Ulead Web GIF Animator trial version, and may other useful apps; Plus all code and examples from the text and a fully searchable e-version of the book. High-resolution screen shots demonstrate each task. Succinct explanations walk you through step-by-step. Two-page lessons break big topics.

  • Cost: $17.49
  • Pages: 350
  • Edition: Book and CD-ROM edit
  • ISBN: 0764547305

JavaScript & DHTML Cookbook

Visit JavaScript & DHTML Cookbook

The JavaScript & DHTML Cookbook is all about adding value to the content of a web page. The book focuses on practical and sensible applications of scripting, rather than flying images and gratuitous color changes. For every problem Goodman addresses, there's a solution or "recipe"--a focused piece of code that web developers can insert directly into their applications. Yet, rather than just cut-and-paste code, you also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to your designs. The recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements and sorting tables. This book contains over 150 recipes on the following topics: Working with interactive forms and style sheets; Presenting user-friendly page navigation; Creating dynamic content.

  • Cost: $27.97
  • Pages: 576
  • Edition: 1st Edition
  • ISBN: 0596004672

Javascript 2.0 Beginner's Guide

Visit Javascript 2.0 Beginner's Guide

Step-by-step instruction teaches beginning JavaScript programmers and Web designers to create windows, display moving text, and generate sound or other multimedia elements with ease. Uses the successful Beginner's Guide teaching system, which countless new users have praised for giving them a solid foundation in technology. JavaScript 2.0 A Beginner's Guide has many different modules including an Introduction to Javascript; Using Variables; JavaScript Operators; Event Handlers; The Document Object; JavaScript Arrays; Handling Strings; JavaScript and Frames; More Advanced Techniques; Placing JavaScript in an HTML file; Using Functions; Conditional Statements and Loops; Objects; Window Object; Math, Number and Date Objects; JavaScript and Forms; An Introduction to Advanced Techniques; and an appendix Mastery Check Answers. If you are a beggining JavaScript programmer this book will get you well on your way.

  • Cost: $20.99
  • Pages: 624
  • Edition: 2nd edition
  • ISBN: 0072227907

JavaScript Bible

Visit JavaScript Bible

JavaScript Bible, 4th Edition covers the new powerful functionality JavaScript will gain with the release of new revs of Internet Explorer and Netscape Communicator. This book features essential new JS information, additional ready-to-use JavaScript applications, and scores of additional JavaScripts and Web page routines. Topics include: Introduction to JavaScript and HTML; Targeting different browsers (with DHTML, style sheets, and other features); Basic JavaScript language tutorial (including variables, operators, expressions, flow control, forms, and built-in APIs); Script tags; Error handling; Arrays; Window and document objects; Form processing with JavaScript; Tutorial and reference for the String, Math, and Date classes; Frames; Images (including rollover support); Comprehensive JavaScript reference; ECMAScript; Detecting different browsers; Document object model (DOM) for Netscape 2 through 6 and IE 3 through 5; Generic HTML objects.

  • Cost: $34.99
  • Pages: 1200
  • Edition: 4th edition
  • ISBN: 0764533428

JavaScript Guidebook

Visit JavaScript Guidebook

Bring interactivity to any Web site with this easy-to-follow guidebook on JavaScript. Author Scott Duffy takes the fear out of working with a programming language by delivering instruction and theory in manageable doses, along with practical examples and plenty of ready-to-use code. Learn to write a program by exploring statements, variables, and functions--the three basic building blocks of any program. Use JavaScript as the behind-the-scenes director of your Web browser presentation. Create basic and advanced JavaScript applications--plus, modify existing scripts to suit your needs--all with the help of this great resource. Write your own program using statements, variables, and functions; Learn the history of the language and what it can do for you; Store dates, numbers, and more with built-in classes; Create scripts that work in every browser; Understand the basics of expressions, and organize your code into functions.

  • Cost: $17.49
  • Pages: 448
  • Edition: paperback
  • ISBN: 0072228873

Learn Advanced Javascript

Visit Learn Advanced Javascript

A more in-depth, advanced coverage of the JavaScript programming language. JavaScript is the adaptation of Java from Netscape with added client features making Web content easier to program. Topics include: Introduction to JavaScript; Essential authoring tools and text editors used to write your scripts; the basic JavaScript structure; the script tag; JavaScript and HTML; command blocks; defining and calling a function; placing scripts in documents; basic declarations and expressions; data types in JavaScript; the value null; Object-Based Programming; Objects, properties, methods, and using array notation; Utilizing JavaScript operators such as matematical operators, string operators, bitwise operators, assignment operators, relational operators, data type operators, void operator; Control Structures; functions and variable scope; events in javascript; building and extending objects; javascript arrays; array methods; time and date in JavaScript.

  • Cost: $20.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 1556225520

Learn JavaScript

Visit Learn JavaScript

Learn JavaScript by Chuck Easttom takes a practical approach to demonstrating how to enhance web pages using JavaScript. Written specifically for those who are new to JavaScript, the book begins with introductions to HTML and JavaScript and progresses through the process of developing a fully functional commercial web site. As new concepts are introduced, they are thoroughly explained and then applied to the web site project. Along the way, the reader learns about such topics as the Document Object Model, JavaScript objects, hyperlinks, date and time, strings, and dynamic menus. The book also explains how to create simple games using JavaScript and includes a chapter on tips and tricks. The appendixes contain command references for HTML and JavaScript, and a listing of online resources for further study. Takes a practical approach to demonstrating how to enhance web pages using JavaScript. Explains how to create simple games using JavaScript.

  • Cost: $20.97
  • Pages: 350
  • Edition: 1st edition
  • ISBN: 1556228562

Special Edition Using JavaScript

Visit Special Edition Using JavaScript

Learn everything you need to know to write useful efficient scripts. Understand everything from the basics of JavaScript programming, such as variables, functions, and expressions, to more complex subjects like objects, events, and arrays. Discover how to make your scripts interact with visitors to your web sites. Debug your scripts effectively. Master four indispensable JavaScript objects: Date, Math, Navigator, and STring. Manipulate the browser window itself by doing everything from displaying messages in the status bar to setting up a pasword protected web page. Use the document object to change document colors, work with links, and even write tags and text to a document on the fly. Understand how to produce mouseover effects and work with cookies. Learn how to work with forms. Manipulate a page's tag and text after it has already loaded with Dynamic HTML. Special Edition Using JavaScript is targeted for the intermediate programmer.

  • Cost: $27.99
  • Pages: 912
  • Edition: 1st edition
  • ISBN: 0789725762

Using JavaScript with Domino

Visit Using JavaScript with Domino

In many ways, JavaScript has evolved into the de facto standard for programming in Web clients. JavaScript can be used to accomplish tasks within the browser in the same way that LotusScript does in the Lotus Notes client. It's all in the Using JavaScript with Domino Solutions Guide, your best resource for building great online applications using JavaScript and Domino. This Solutions Guide presents eight excellent articles from DominoPower Magazine. Each article has been updated and re-edited for this Solutions Guide. This guide is provided to you in Adobe Acrobat format. Getting started with JavaScript development in Domino; Get twisted and change your twisties; Dynamically generated JavaScript libraries; Using Dynamic HTML and JavaScript in Domino; Great scripts for discussion forums; Learn JavaScript with a little TLCC; Using JavaScript to get the Query_String from a frameset; DominoPower on your Web site (with some JavaScript tricks).

  • Cost: $39.95
  • Pages: 45
  • Edition: e-book
  • ISBN: B00007143Z
JavaScript : Development Software

Tigra Menu Builder

Visit Tigra Menu Builder

Tigra Menu Builder Win32 is MS Windows application designed for Tigra Menu navigation building (HTML, JavaScript) for web sites. It is intended for those users who want to create professional looking JavaScript menus without writing a code. Features: Live preview (WYSIWYG) - while building the menu see it exactly as it will appear on your web page; Import files - import and modify existing Tigra Menu configuration hassle free; Export files - update the site with minimum efforts. Tigra Menu builder requires Microsoft .NET Framework 1.1.

  • Cost: Free
  • Version: 1.0
  • Platforms: Win32
JavaScript : Scripts and Programs : Calendars

Basic Calendar

Visit Basic Calendar

If you need a simple, elegant calendar to display the current days of the month, the current date is highlighted within the Calendar. Basic Calendar is an excellent script for the purpose. Uses CSS to allow easy changing to its appearance, everything from calendar dimensions, colors, down to the font used to highlight the current day. Easily expand script to display multiple months, either all at once or otherwise. You can create simple functions to display the calendar dynamically, such as on demand using a drop down menu.

  • Cost: Free

CodeThatCalendar

Visit CodeThatCalendar

CodeThatCalendar enables you to easily add the date/time picker to your form or page. Both popup and inline calendars are supported. Features include support for current date and week highlighting, localization, CSS support; Ability to setup start year, date; Configurable scrolling feature; Support for various date formats; Ability to configure the Calendar through the CSS styles; Inline calendar support; Unlimited number of the calendar controls on the same form/page; All titles can be configured so localization of the calendar is easy.

  • Cost: Freeware
  • Version: 1.01
  • Platforms: Windows, Linux

DatePicker Control

Visit DatePicker Control

The DatePicker lets users easily select valid dates. No need to worry about date formats, by picking dates it's always correct. Browsing through the years is possible. Works with pre-1970 dates (no unix-style limitation). Allowed input formats are: American mm/dd/yyyy (12/31/2003), European dd.mm.yyyy (31.12.2003) and ISO yyyy-mm-dd (2003-12-31). The style and colors can be highly customized by color names and/or css classes. Dates can be selected and typed in. Validation of typed in dates - eg 2001/02/29 won't be accepted. Knows leap years.

  • Cost: Free/$20.00 - $460.00
  • Version: 4.5
  • Platforms: All

FlatCalendarXP

Visit FlatCalendarXP

FlatCalendarXP is arguably the most powerful and configurable JavaScript calendar available. There are very few, if any, things that other JavaScript calendars can do that FlatCalendarXP can not. You'll be amazed to see how simple and fast it is to get it generated by a calendar tag. It features database-driven events/agendas, real cross-browser capability, extremely customizable UI, super easy-to-use design and a compact and fast JavaScript engine. It works perfectly with ASP.NET, ASP, JSP, PHP, ColdFusion and other web frameworks.

  • Cost: Free/$109.00 - $999.00
  • Version: 9.4.246

Javascript Date Selector

Visit Javascript Date Selector

The Javascript Date Selector allows you to remove clumsy date fields on forms. With this date selector you can configure numerous date formats such as European date format (dd/mm/yyyy) or USA date format (mm/dd/yyyy). The date selector allows you to use either a mouseover or a onclick action to force the graphical calendar to popup. From there it allows you to navigate through months or years so that you can select the exact date you want. Once selected it automatically generates the date in the format that your script is set to.

  • Cost: Free/$40.00 - $350.00

PopCalendarXP

Visit PopCalendarXP

PopCalendarXP is a good looking JavaScript date picker that comes with many convenient features to facilitate date inputs on your webpage. In short words, it's simple outside while powerful inside and all well documented that even people with little JavaScript experience can get it working in no time. It features auto-adaptive positioning, database-driven events/agendas, real cross browser capability, extremely customizable UI, super easy-to-use design and many handy options. It works perfectly with.NET, ASP, JSP, PHP and so on.

  • Cost: Free/$109.00 - $199.00
  • Version: 8.1

ScriptCalendar

Visit ScriptCalendar

ScriptCalendar is a DHTML JavaScript Calendar that displays dates in typical wall calendar format for a specified month. The calendar is interactive and the user may select any month or year to display. The calendar has events that may be displayed within a date and these events are customizable. ScriptCalendar is consists entirely of javascript, no server side processing required. The events may be stored in a dcevent.js file, or in XML format. An XML toolkit is included which provides a GUI interface for adding or modifying events.

  • Cost: Trial/$45.00
  • Version: 4.0
  • Platforms: All

Simple Calendar Widget

Visit Simple Calendar Widget

Here's a flexible, simple pop-up calendar written to work across browsers. It's fully commented and customisable for language, colours, date format and the week's start day. The pop-up displays a month at a time from a specified range of years. The optional year, month and day input determines the initial month displayed. Allows disabling of dates, date ranges and days of the week. This is ideal for combination with server-side technologies to produce a professional application.

  • Cost: Free
  • Version: 3.70
  • Platforms: All

Tigra Calendar

Visit Tigra Calendar

Popup timestamp picker is a JavaScript applet that makes it easy for your visitors to fill out the date/time field(s) of your form, by selecting the date from a popup calendar. Script saves the time for those internet/intranet developers who need intuitive, easy to use client-side date or timestamp input control.

  • Cost: Free
  • Version: 3.2
  • Platforms: All

Date Picker

Visit Date Picker

The Date Picker object is the ideal calendar solution that allows you to create attractive calendar user controls quickly, easily and with no effort. The object provides you, as the developer, with the assurance and security that your user-inputs follows acceptable date formats and standards. The clickable dropdown calendar provides your users with an easy to use and intuitive control that prevents users from entering incorrect or invalid responses. The calendar dropdown will only activate if your user needs to input a date.

  • Cost: $19.00
  • Version: 3
  • Platforms: All

Epoch DHTML Javascript Calendar

Visit Epoch DHTML Javascript Calendar

Epoch JavaScript Calendar and DatePicker empowers the developer to quickly upgrade their users' web experience without spending hours developing complex date-validation scripts. Epoch is developed entirely using OOP Javascript and CSS, making it exeedingly simple to integrate Epoch into your current framework. Epoch runs on all major browsers, including Microsoft Internet Explorer, Mozilla, FireFox, Netscape Navigator, Opera, and more. Features: Fast loading and initialization; Intuitive, customizable interface; Can display as a Flat or Popup (DatePicker) calendar; Automatic Date Formatting-US, European, or create your own; Multiple-Date selection-by clicking on calendar cells or the day and week headings; Full Object-Oriented Design; CSS Styling. Now available in English, Dutch, German, French, Italian, Spanish, Chinese, and Japanese versions.

  • Cost: Free / $55.00
  • Version: 2.0.1
  • Platforms: Internet Explorer 6 & 7, Firefox, Safari, Mozilla, Opera

Tigra Calendar PRO

Visit Tigra Calendar PRO

Tigra Calendar PRO is highly configurable JavaScript Calendar offering high reliability and wide browsers support. This script allows your visitors to pick any allowed date or timestamp from a nice looking calendar without typing. Result is returned in a single text field in any format that you require. No more messing with date formats conversion. Tigra Calendar Pro comes in three versions (in form, pop-up and modal mode) to best suit the layout of your form. Flexible template allows to change any aspect of calendar's appearance (colors, fonts, distances, sizes etc.) You can even hook calendar to existing stylesheets Tigra Calendar PRO is ideal for web application with database back end such as hotel reservation, ticket booking and others. Script is intuitive to use and easy to maintain.

  • Cost: $29.00
  • Version: 1.1
  • Platforms: All
JavaScript : Scripts and Programs : Date and Time

Analog Alarm Clock

Visit Analog Alarm Clock

Everything you need from a clock. It includes a ticking second hand, minute hand, and hour hand. This Javascript clock comes with 16 positions which you can customize to display the time for different regions or countries. Supports unlimited alarms for each of them. Customizable message for each alarm and of course the date in your own language for each region. The clock also supports standard and daylight savings time and will show your time zone selected using GMT. The clock will remember a users settings if their browser supports cookies.

  • Cost: Free
  • Version: 2.6

Flexible JavaScript Date Display

Visit Flexible JavaScript Date Display

Use this script to display today's date on your web page. The format can be set to show or not show the day with the date; and the color, size, style, and face of the font can be set in the script. The Javascript snippets also allows you to set the separator between the date elements.

  • Cost: Free
  • Platforms: All