| Table: dbo.Date_Format | |||
| Columns | |||
| Name | Type | Constraints | Description |
| date_format_KEY | int (4) | NOT NULL | Primary key for this table |
| template | nvarchar (60) | NOT NULL | Template used for formatting a date. Must use .NET DateTime custom date and time format specifiers. |
| upper_case | bit (1) | NOT NULL | Flag to force day/month names in the resultant formatted date to be displayed in upper case |
| Primary key | |||
| Name | Columns | Description | |
| PK_Date_Format | date_format_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Checkbook__Date_Format__date_format_KEY | date_format_KEY | Checkbook | |