A banknote with 8-digits serial number that when it's read represent a date. These piece can be valuable to a collector based on an special date (aniversary, birthday, etc). The date have the following formats:
- YYYYMMDD: 4 digits year, 2 digits month and 2 digits day. Example: "20110509"
- DDMMYYYY: 2 digits day, 2 digits month and 4 digits year. Example: "05092011"
- MMDDYYYY: 2 digits month, 2 digits day and 4 digits year. Example: "09052011"