[jira] [Commented] (ISIS-463) Enhance unittestsupport and integtestsupport to enable Cucumber-JVM specs to be written (at unit- or integration-scope, respectively)

2013-07-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13712058#comment-13712058 ] ASF subversion and git services commented on ISIS-463: -- Commit

[Android Viewer] Date format problem

2013-07-18 Thread DImuthu Upeksha
Hi Dan I'm still stuck at invoking newToDo action. http://localhost:8080/restful/services/toDoItems/actions/newToDo/invoke What is the format of date I need to put in to value dueBy? I tried some formats but it didn't work. Formats I used [2015,07,07] [2015,07,07] 2015-07-07 2015-07-07

Re: [Android Viewer] Date format problem

2013-07-18 Thread Dan Haywood
ISO 8601 [1]. I think it's documented in the RO spec somewhere in one of the earlier chapters. [1] https://en.wikipedia.org/wiki/ISO_8601 On 18 July 2013 10:16, DImuthu Upeksha dimuthu.upeks...@gmail.com wrote: Hi Dan I'm still stuck at invoking newToDo action.