40FINGERS Demo Skin

Page skin: 40F Skin Demo Dnn-Core-Theme-Objects // 04.00-Demo-Skin-Current-Date.ascx

Current Date DNN Theme Object

Generated Skin File: [L]Skins/40F.Skin.Demo.Dnn-Core-Theme-Objects/04.00-Demo-Skin-Current-Date.ascx

Displays the current date

Current Version 01.00.00

Include Current Date in a Theme

ASCX

<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<dnn:CurrentDate runat="server" id="dnnCurrentDate" />

HTML Token

[CURRENTDATE]

HTML Object Token

<object id="dnnCURRENTDATE" codetype="dotnetnuke/server" codebase="CURRENTDATE"></object>

Attributes

Attribute Description Default Possible Values DNN Version
CssClass CSS Class of the rendered SkinObject A Valid CSS Class 01.00.00
DateFormat Format string for the Date text.
If this is left empty the Dat
Date Format of the current language. A valid (.NET Date Format)[https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings] 01.00.00

Markdown

---
uid: current date  
locale: en  
title: Current Date Theme object  
dnnversion: 09.02.00  
previous-topic: cssinclude  
next-topic: ddrmenu  
related-topics: theme-objects,themes,create-theme  
links:  
---

# Current Date Theme Object Introduction  

Displays the current date
  
**Current Version:** 01.00.00  


## Include in Theme

### ASCX
``` html
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>  
<dnn:CurrentDate runat="server" id="dnnCurrentDate" />
```

### HTML Token
[CURRENTDATE]

### HTML Object Token
``` html
<object id="dnnCURRENTDATE" codetype="dotnetnuke/server" codebase="CURRENTDATE"></object>
```

| Attribute | Description | Default | Posssible Values | DNN Version |
| --- | --- | --- | --- | --- |
| CssClass | CSS Class of the rendered  | SkinObject | A Valid CSS Class | 01.00.00 |
| DateFormat | Format string for the Date text.<br/>If this is left empty the Dat  | Date Format of the current language. | A valid (.NET Date Format)[https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings] | 01.00.00 |

Skin Object Examples

Default

<dnn:CurrentDate runat="server" id="dnnCurrentDate" />
Thursday, November 21, 2024