06-18-2010 07:39 AM
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sssZ");
Date newDate = new Date();
String strDate = formatter.format(newDate);
String query = "SELECT * FROM cmis:document where cmis:creationDate >= ' " + strDate + " ' ";
2010-06-18T17:06:49.049+0530
org.alfresco.service.cmr.repository.datatype.TypeConversionException: Failed to convert date 2010-06-18T17:07:36.036+0530 to string
06-18-2010 09:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.