- Affected version
- 2.0.12
Previously, changes were made to the
While the necessary JS changes were made in
<xf:date>
tag to add support for full future dates:As designed - <xf:date>'s data-full-old-date doesn't work for future dates
Now you might be tempted to say that's not a bug since it specifically says old dates, but there's no "data-full-future-date" and it was touted as being the method with which to always display full dates, so I'm reporting it as a bug. I have a date field for license expiry that may be a date in...
xenforo.com
While the necessary JS changes were made in
XF.DynamicDate
, no corresponding PHP changes were made to \XF\Language::getRelativeDateTimeOutput()
, which is responsible for rendering the relative date on the server to avoid any flickering on a page when the deferred JS loads in.