MySQL-StORM
MySQL-StORM copied to clipboard
Support for Date
Hello, how can I use a class with a Date type? If it's not possible, have you planned to add it ? It's one of the most useful types. Thanks
Actually, I've been using epoch time and it's more than helpful because you can do date arithmetic to that so easily.
Okay! I ended up doing the same. Thank you!