Initialize odate processing for all <span class="odate"> elements within root.
Scans for every span.odate and replaces its text content with the
formatted date string in the user's local timezone. This is a one-shot
operation with no event listeners and therefore no cleanup is needed.
Parameters
root: HTMLElement
The root DOM element containing rendered Wikidot markup.
Initialize odate processing for all
<span class="odate">elements within root.Scans for every
span.odateand replaces its text content with the formatted date string in the user's local timezone. This is a one-shot operation with no event listeners and therefore no cleanup is needed.