This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 323
Uncaught TypeError: Object 1365465600000 has no method 'trim' #122
Comments
The default datetime formatter only accepts ISO-8601 strings. PR welcome if you want the formatter to accept date objects as well. It should be quite easy. |
Ok, thanks. |
So, I managed to write a Cell class and Formatter class doing what I want. I'll see if I can share it somehow. |
Hi martinlie did you get this to work for displaying dates? See my question: #141 |
Hello, see my answer with details on your topic. Short reply: I did! Martin Lie 2013/4/25 Nedved85 [email protected]
|
Thanks for you help - iv been unsuccessful to solve this exact problem so far, Cheers for the help |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following fails in latest version when dealing with Date objects in the model (line 279):
...
_convert: function (data, validate) {
data = data.trim();
...
Do the grid handle Javascript Date object, or only ISO strings?
The text was updated successfully, but these errors were encountered: