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

com.altova.text.TextDateFormatter Maven / Gradle / Ivy

// TextDateFormatter.java
// This file contains generated code and will be overwritten when you rerun code generation.

package com.altova.text;

import com.altova.types.DateTime;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy