/* Date.java Purpose: Description: History: Tue Nov 3 16:46:01 2009, Created by tomyeh Copyright (C) 2009 Potix Corporation. All Rights Reserved. This program is distributed under GPL Version 3.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY. */ package _global_; /** * The Date object is used to work with dates and times. * <p><a href="http://www.w3schools.com/jsref/jsref_obj_date.asp">JavaScript reference</a>. * @see Map * @see Array * @see String */ public class Date { private Date() {} }