<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`RelativeDateValue`](RelativeDateValue) ## RelativeDateValue class [Value](Value) wrapping a Date. RelativeDateValue behaves the same as a [DateValue](DateValue) however it renders as a time relative to now. 1.10.0 **Signature:** ```typescript export class RelativeDateValue extends DateValue ``` **Extends:** [`DateValue`](DateValue) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`type`](Value/type) | <code>static</code> | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [`dateOnly()`](DateValue/dateOnly) | | (Inherited from [DateValue](DateValue)<!-- -->) | | [`equals(other)`](Value/equals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | | [`equals(a, b)`](Value/equals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | | [`isTruthy()`](DateValue/isTruthy) | | <p> 1.10.0</p><p>(Inherited from [DateValue](DateValue)<!-- -->)</p> | | [`looseEquals(other)`](Value/looseEquals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | | [`looseEquals(a, b)`](Value/looseEquals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | | [`parseFromString(input)`](DateValue/parseFromString) | <code>static</code> | <p>Create new DateValue from an input string.</p><p>(Inherited from [DateValue](DateValue)<!-- -->)</p> | | [`relative()`](DateValue/relative) | | (Inherited from [DateValue](DateValue)<!-- -->) | | [`renderTo(el, ctx)`](Value/renderTo) | | <p>Render this value into the provided HTMLElement.</p><p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> | | [`toString()`](DateValue/toString) | | <p> 1.10.0</p><p>(Inherited from [DateValue](DateValue)<!-- -->)</p> |