All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.altova.xml.XmlDateFormatter Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
// XmlDateFormatter.java
// This file contains generated code and will be overwritten when you rerun code generation.

package com.altova.xml;

import com.altova.types.DateTime;

public class XmlDateFormatter extends XmlFormatter
{
	public String format(DateTime dt)
	{
		return dt.toDateString(true);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy