Class RenderableDate
- java.lang.Object
-
- java.util.Date
-
- com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.RenderableDate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<java.util.Date>
public class RenderableDate extends java.util.Date- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenderableDate(java.util.Date date, java.lang.String format, java.time.ZoneId timezone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormat()java.time.ZoneIdgetTimezone()java.lang.StringtoString()-
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, UTC
-
-