added reference to docs for supported date format pattern
This commit is contained in:
parent
00fa917e42
commit
62e88d817a
1 changed files with 7 additions and 4 deletions
11
core/Date.js
11
core/Date.js
|
@ -9,9 +9,9 @@
|
||||||
* Copyright 1998-2005 Helma Software. All Rights Reserved.
|
* Copyright 1998-2005 Helma Software. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* $RCSfile: Date.js,v $
|
* $RCSfile: Date.js,v $
|
||||||
* $Author: stefanp $
|
* $Author: hannes $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2006/08/21 15:57:05 $
|
* $Date: 2007/02/09 11:00:07 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -29,7 +29,10 @@ Date.ISOFORMAT = "yyyy-MM-dd'T'HH:mm:ss'Z'";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* format a Date to a string
|
* Format a Date to a string.
|
||||||
|
* For details on the format pattern, see
|
||||||
|
* http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
|
||||||
|
*
|
||||||
* @param String Format pattern
|
* @param String Format pattern
|
||||||
* @param Object Java Locale Object (optional)
|
* @param Object Java Locale Object (optional)
|
||||||
* @param Object Java TimeZone Object (optional)
|
* @param Object Java TimeZone Object (optional)
|
||||||
|
|
Loading…
Add table
Reference in a new issue