Package org.dspace.identifier.ezid
Class DateToYear
- java.lang.Object
-
- org.dspace.identifier.ezid.DateToYear
-
-
Constructor Summary
Constructors Constructor Description DateToYear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtransform(String from)Convert the input form to the desired output form.
-
-
-
Method Detail
-
transform
public String transform(String from) throws ParseException
Description copied from interface:TransformConvert the input form to the desired output form.- Specified by:
transformin interfaceTransform- Parameters:
from- input form to transform from- Returns:
- transformed output form
- Throws:
ParseException
-
-