It doesn't. That is something I've though would be worth while to build, but I
haven't had a strong enough need to do it.
Typically in my apps I store the TaffyDB data in the database. If there is a
date column I convert it server side into a YYYY-MM-DD format. I think have a
simple script on the JS side to convert native JS dates two and from that format
(so I can insert records or populate date pickers).
There is nothing at all stopping you from using the JavaScript date object
itself, there just isn't any native support for it in the filtering technology
at this point.
--- In taffydb@yahoogroups.com, "Jason Castellucci" <castelluccij@...> wrote:
>
> Does Taffy have a timestamp or a method for representing a date as an object?
>