"Oops - an error occurred. Please try again in a few seconds!"
I am getting that same error, intermittently. After clearing cache, it appears to work for a bit, then back to the above intermittent.
Please help!
"Oops - an error occurred. Please try again in a few seconds!"
I am getting that same error, intermittently. After clearing cache, it appears to work for a bit, then back to the above intermittent.
Please help!
Is there anyway to reduce the size (both in pixels and KB) of a base64 image that I capture using a camera. I am trying to reduce the size of the image before loading it to the database.
That worked.
I also have pointers in the collection. How do I limit the columns that I receive through the pointers.
Thanks
I am trying to improve the performance of my app by limiting the amount of data that is being transmitted between the app and the REST database.
So I want to limit the number of columns of data that are being returned. What is the best way of doing this?
Thanks
My question has not still been answered ?
Can I get some help?
I am getting a data object that reads as
2013-10-29 00:00:00.000
I want to convert it to
2013-10-29
or any other logical date format.
I have tried the javascript function .toDateString(); and other, but non seem to work. What am I missing ?
Thanks