Skip to content

Commit

Permalink
Added Fabio's Date type to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zef Hemel authored and Zef Hemel committed Apr 11, 2010
1 parent e5d8a03 commit c65213f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Browser support
* iPhone browser (iPhone OS 3+) * iPhone browser (iPhone OS 3+)
* Palm WebOS (tested on 1.4.0) * Palm WebOS (tested on 1.4.0)


There is also an experimental support for [Qt 4.7 Declarative UI framework (QML)](http://doc.trolltech.org/4.7-snapshot/declarativeui.html) There is also an experimental support for [Qt 4.7 Declarative UI framework (QML)](http://doc.trolltech.org/4.7-snapshot/declarativeui.html) which is an extension to JavaScript.
which is an extension to JavaScript.


Internet Explorer is likely not supported (untested) because it Internet Explorer is likely not supported (untested) because it
lacks `__defineGetter__` and `__defineSetter__` support, which lacks `__defineGetter__` and `__defineSetter__` support, which
Expand Down Expand Up @@ -90,6 +89,7 @@ types are:
* `TEXT`: for textual data * `TEXT`: for textual data
* `INT`: for numeric values * `INT`: for numeric values
* `BOOL`: for boolean values (`true` or `false`) * `BOOL`: for boolean values (`true` or `false`)
* `DATE`: for date/time value (with precision of 1 second)
* `JSON`: a special type that can be used to store arbitrary * `JSON`: a special type that can be used to store arbitrary
[JSON](http://www.json.org) data. Note that this data can not be used [JSON](http://www.json.org) data. Note that this data can not be used
to filter or sort in any sensible way. If internal changes are made to a `JSON` to filter or sort in any sensible way. If internal changes are made to a `JSON`
Expand Down Expand Up @@ -320,10 +320,13 @@ Bugs and Contributions
----------------- -----------------


If you find a bug, please [report it](http://yellowgrass.org/project/persistence.js). If you find a bug, please [report it](http://yellowgrass.org/project/persistence.js).
or fork the project, fix the problem and send me a pull request. For or fork the project, fix the problem and send me a pull request. For
a list of planned features and open issues, have a look at the [issue a list of planned features and open issues, have a look at the [issue
tracker](http://yellowgrass.org/project/persistence.js). tracker](http://yellowgrass.org/project/persistence.js).


Thanks goes to [Fabio Rehm](http://github.com/fgrehm) and [Lukas
Berns](http://github.com/lukasberns) for their contributions.

License License
------- -------


Expand Down

0 comments on commit c65213f

Please sign in to comment.