Date TV Output Type
This type allows you to output any TV input as a Date, formatted in the way you want.
Output Properties
It's output properties look like:

| Name | Description |
|---|---|
| Date Format | A format string similar to the PHP strftime method. |
| Default | If no value is set for the TV, use the current time? This defaults to 'no', which will output a blank value. |
Examples
| Format String | Example Output |
|---|---|
| %A %d, %B %Y | Friday 01, April 2011 |
| %Y-%m-%d | 2011-04-01 |
| %b %e, %Y | Apr 1, 2011 |