From 62e88d817a6ea21d396b10b5a38549d7ee1dcdf4 Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Mon, 30 Jul 2007 20:03:58 +0000 Subject: [PATCH] added reference to docs for supported date format pattern --- core/Date.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/core/Date.js b/core/Date.js index 33ed149f..26db1353 100644 --- a/core/Date.js +++ b/core/Date.js @@ -9,9 +9,9 @@ * Copyright 1998-2005 Helma Software. All Rights Reserved. * * $RCSfile: Date.js,v $ - * $Author: stefanp $ - * $Revision: 1.3 $ - * $Date: 2006/08/21 15:57:05 $ + * $Author: hannes $ + * $Revision: 1.4 $ + * $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 Object Java Locale Object (optional) * @param Object Java TimeZone Object (optional)