Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Ecore Tools » [Texo] Hard-coded date time format ...(Any way to change?)
[Texo] Hard-coded date time format ... [message #872996] Thu, 17 May 2012 09:21
Olaf Burdziakowski is currently offline Olaf BurdziakowskiFriend
Messages: 46
Registered: April 2012
Member
I need to save xml with certain date time format. However it seems that Texo hard coded in org.eclipse.emf.texo.utils.ModelUtilsthe format:

private static final SimpleDateFormat xmlDateFormat;

static
{
xmlDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.S'Z'");
}

Can it be somehow changed? Is it planned to be configurable?
Previous Topic:Association class
Next Topic:[Resolved] EMF diagram editor for Juno ?
Goto Forum:
  


Current Time: Sat Nov 11 09:07:26 GMT 2023

Powered by FUDForum. Page generated in 0.02006 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top