Searched refs:convertToISO (Results 1 – 2 of 2) sorted by relevance
52 private String convertToISO(Date d) { in convertToISO() method in RBTMXExporter55 return convertToISO(gc); in convertToISO()58 private String convertToISO(GregorianCalendar gc) { in convertToISO() method in RBTMXExporter100 tuv.setAttribute("creationdate",convertToISO(item.getCreatedDate()));102 tuv.setAttribute("changedate",convertToISO(item.getModifiedDate()));168 header.setAttribute("creationdate", convertToISO(new Date()));
57 private String convertToISO(Date d) { in convertToISO() method in RBxliffExporter60 return convertToISO(gc); in convertToISO()63 private String convertToISO(GregorianCalendar gc) { in convertToISO() method in RBxliffExporter101 transUnit.setAttribute("date",convertToISO(item.getModifiedDate())); in addTransUnit()146 created_prop.appendChild(xml.createTextNode(convertToISO(item.getCreatedDate()))); in addTransUnit()292 file_elem.setAttribute("date", convertToISO(new Date())); in exportFile()