Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue(date_property_name) returns empty String

2010-03-31 Thread Sergiu Dumitriu
On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote: Hi, I am trying to get the String value of a Date Property. I am using the following code: *def obj = doc.getObject(SSI-Internal.CreateIssue);* *def summary = obj.getStringValue(environment);* *def date = obj.getStringValue(due_date);*

Re: [xwiki-users] com.xpn.xwiki.doc.XWikiDocument.getStringValue(date_property_name) returns empty String

2010-03-31 Thread Abel Solórzano Astorga
Thanks for the quick response. Then the problem should be another. Abel, On Wed, Mar 31, 2010 at 12:06 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 03/31/2010 06:50 PM, Abel Solórzano Astorga wrote: Hi, I am trying to get the String value of a Date Property. I am using the following