Skip to content

Commit

Permalink
Commit latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
DNN committed Apr 12, 2024
1 parent ee5804a commit ce2910f
Show file tree
Hide file tree
Showing 3 changed files with 3,438 additions and 3,439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,18 @@ <h1 id="current-date-theme-object-introduction">Current Date Theme Object Introd
<span class="pull-left">&nbsp;&bull; 1 minute to read</span>
</div>

<pre><code> Displays the current date
</code></pre>
<p>Displays the current date</p>
<p><strong>Current Version:</strong> 01.00.00</p>
<h2 id="include-in-theme">Include in Theme</h2>
<h3 id="ascx">ASCX</h3>
<pre><code class="lang-html"> &lt;%@ Register TagPrefix=&quot;dnn&quot; TagName=&quot;CURRENTDATE&quot; Src=&quot;~/Admin/Skins/CurrentDate.ascx&quot; %&gt;
&lt;dnn:CurrentDate runat=&quot;server&quot; id=&quot;dnnCurrentDate&quot; /&gt;
<pre><code class="lang-html">&lt;%@ Register TagPrefix=&quot;dnn&quot; TagName=&quot;CURRENTDATE&quot; Src=&quot;~/Admin/Skins/CurrentDate.ascx&quot; %&gt;
&lt;dnn:CurrentDate runat=&quot;server&quot; id=&quot;dnnCurrentDate&quot; /&gt;
</code></pre>
<h3 id="html-token">HTML Token</h3>
<pre><code>[CURRENTDATE]
</code></pre>
<h3 id="html-object-token">HTML Object Token</h3>
<pre><code class="lang-html"> &lt;object id=&quot;dnnCURRENTDATE&quot; codetype=&quot;dotnetnuke/server&quot; codebase=&quot;CURRENTDATE&quot;&gt;&lt;/object&gt;
<pre><code class="lang-html">&lt;object id=&quot;dnnCURRENTDATE&quot; codetype=&quot;dotnetnuke/server&quot; codebase=&quot;CURRENTDATE&quot;&gt;&lt;/object&gt;
</code></pre>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40944,7 +40944,7 @@
"output": {
".html": {
"relative_path": "content/tutorials/themes/theme-objects/currentdate/index.html",
"hash": "bSsnSROEa1aDobdfqew/cSLqCnT28onBdTcEVfXzCQs="
"hash": "nDadzZHeBSxtmUYFzsyJMk9rITohQ4pwCLg2n/LvVnM="
}
},
"is_incremental": false,
Expand Down
Loading

0 comments on commit ce2910f

Please sign in to comment.