Is there anyway to actually see if the bitcoins in your wallet are from the first block?
like the real money having dates on them?
The "bitcoins" from the first block were never spent (and because of the way the protocol was written, can never be spent).
You could track the value of outputs accessible from your wallet back through the transactions that provided that value until you reach the blocks where that value originated. In many cases you are likely to have value that traces back to MANY different blocks, so what you'd end up with is a percentage of value from each block.
Is there a date stamping mark that appear on every coin?
No. There are no actual "coins" therefore there is nothing to apply a date stamp to.
Other than the blockchain transaction history would there be any other significant marking on the coin itself???
No. The blockchain transaction history is the only thing that exists. There are no "actual" coins to mark.
Would be Nice if Coins when they were minted had a mint #
There are no coins to give a mint # to. However, there are blocks that provide the initial value. That value is passed on through transactions and can be traced in percentages to unspent outputs. You could theoretically compute the percentage of value from each block number.
but as we all know an average bitcoin is made up from many transactions. Maybe the wallet could have a feature where you can what coins your coin is made up from. IE you have a Bitcoin QT wallet with 1.42 BTC, there could be a tab where it shows you in a pie chart what coin#'s make up your coin. No real reason to do this except bring a collectors value to it, people trading coins for coins to get a full # coin.
There is no way to distill the value associated with outputs. As the coins are traded, they become more and more diluted. While it might be possible to "combine" value traced back to a specific block, there isn't any way to "remove" the value that comes from other blocks.
Example:
You could receive a 25 BTC transaction that gets half its value from a recent block (block A), and one fourth of its value from each of the next two blocks (blocks B & C).
Then you could receive another 25 BTC transaction that gets half its value from from block A, and the other half of its value from block B.
Your wallet now has 50 BTC two outputs.
25 BTC (50% of the wallet balance) comes from block A
18.75 BTC (37.5% of the wallet balance) comes from block B
6.25 BTC (12.5% of the wallet balance) comes from block C
It is not possible for you to send away any of the value that was provided from block B or block C without also simultaneously sending away at least some of the balance from block A.
If you try to send away any value from block C by spending the second transaction that you received, then you'll be sending value from block A as well since that transaction contains 12.5 BTC from block A.
If you try to send away any value from block B, your only choices are to spend either one or both of the transactions that you received and they each contain 12.5 BTC from block A.