String.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 7 Oct 2011 07:43:49 +0000 (15:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 7 Oct 2011 07:43:49 +0000 (15:43 +0800)
String.js

index 4bba7af..d30b494 100644 (file)
--- a/String.js
+++ b/String.js
  */
 // usage:
 // Seed.include('String.js');
-
-// what is this for?
 XObject = imports.XObject.XObject;
 
 
-/**
- * @class Date
- *
- * The date parsing and format syntax is a subset of
- * <a href="http://www.php.net/date">PHP's date() function</a>, and the formats that are
- * supported will provide results equivalent to their PHP versions.
- *
- * Following is the list of all currently supported formats:
- *<pre>
-Sample date:
-'Wed Jan 10 2007 15:05:01 GMT-0600 (Central Standard Time
-
-
 XObject.extend(String, 
     {