Class DateToYyyyMmDd

  • All Implemented Interfaces:
    com.google.common.base.Function<Object,​String>, Function<Object,​String>

    public class DateToYyyyMmDd
    extends Object
    implements com.google.common.base.Function<Object,​String>
    Convert a Date object into a "yyyy-MM-dd" String
    • Constructor Detail

      • DateToYyyyMmDd

        public DateToYyyyMmDd()