java - How to get Created At Date from Cloudboost Database -


or of the date objects matter.

i doing documentation states:

date date = obj.getcreatedat(); 

but class exception error:

java.lang.classcastexception java.lang.string cannot cast java.util.date

i able string so:

string date = obj.getstring("createdat"); 

i need date. appreciated.


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -