Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for Date fields #34

Open
xetorthio opened this issue Feb 4, 2011 · 4 comments
Open

support for Date fields #34

xetorthio opened this issue Feb 4, 2011 · 4 comments

Comments

@xetorthio
Copy link
Owner

should be able to store Date fields, probably in redis it could be a timestamp

@gsharma
Copy link
Contributor

gsharma commented Feb 11, 2011

I am taking this one up. Please give a shout out if someone is already on it.

@Bessonov
Copy link

I'm store date in "yyyy-MM-dd HH:mm:ss.SSSZ"-format (aa35426) and it's easy to switch to timestamp, but I think we need pluginable Converter.

@xetorthio
Copy link
Owner Author

Sounds like a great feature!
We should think the best way to do this though.

On 7/23/11, Bessonov
reply@reply.github.com
wrote:

I'm store date in "yyyy-MM-dd HH:mm:ss.SSSZ"-format
(aa35426) and it's easy to switch to
timestamp, but I think we need pluginable Converter.

Reply to this email directly or view it on GitHub:
#34 (comment)

@Bessonov
Copy link

Maybe Converter-Interface like from faces, one (current) implementation and a method to set another converter?

http://download.oracle.com/docs/cd/E17802_01/j2ee/j2ee/javaserverfaces/1.2/docs/api/javax/faces/convert/Converter.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants