<dpIssueDate>
D E F I N I T I O N:
The issue date of the issue currently being built or queried.
<dpIssueDate
begin="strftime()"
separator="default text"
end="strftime()"
default="default text"
style="lower|upper|title|spaced|roman|decimal|identifier|
noHtml|noHtmlStyle|scriptEncode|uriEncode"
link="on|off"
start="#p|#s|#w|#c|begin|end|resume"
stop="#p|#s|#w|#c|begin|end|resume"
length="#p|#s|#w|#c|begin|end"
>
The default format for <dpIssueDate> is: <dpIssueDate begin="%B %e - " begin="%B %e, %Y">, which returns a date in this format: "June 25 - July 1, 1999"
A T T R I B U T E S:
Please refer to the common attributes page for the common attribute descriptions.
strftime() values:
| Thursday | National representation of the full weekday name. | |
| Thu | National representation of the abbreviated weekday name, where the abbreviation is the first three characters. | |
| January | National representation of the full month name. | |
| Jan | National representation of the abbreviated month name, where the abbreviation is the first three characters. | |
| 01 | Month as a decimal number (01-12). | |
| 07 | Day of the month as a decimal number (01-31). | |
| 7 | Day of the month as a decimal number (1-31); single digits are preceded by a blank. | |
| 1998 | Year with century as a decimal number. | |
| 98 | Year without century as a decimal number (00-99). | |
| 01/07/98 | Equivalent to "%m/%d/%y". |
Additional strftime() values can be found here.
E X A M P L E S:
|
<dpIssueDate> |
June 25 - July 1, 1998 |
|
<dpIssueDate begin="%A" separator=" through " end="%A"> |
Thursday through Wednesday |
|
<dpIssueDate begin="%A through " end="%A"> |
Thursday through Wednesday |
|
<dpIssueDate begin="%B %e, %Y"> |
June 25, 1998 |
|
<dpIssueDate end="%B %e, %Y"> |
July 1, 1998 |
|
<dpIssueDate begin="%Y-%m-%d"> |
1998-06-25 |
|
<dpIssueDate begin="%B %e, %Y" style="upper"> |
JUNE 25, 1998 |
|
<dpIssueDate begin="%Y" style="roman"> |
MCMXCVIII |
| Home: Support: Reference Guide: Display Tags: <dpIssueDate> | Questions? Comments? Please write support@desert.net. |