Reputation: 7501
i am new in this Field.I have implemented BarCode Scanner.I have got the Proper Value of Barcode and Barcode Type.Now Is there any way to find the Date of Expiry using that value.Please help me i don't have any idea about it.Thanks in Advance....
Upvotes: 0
Views: 21552
Reputation: 8092
The value of the barcode is normally just a number, it depends on what this number references.
For most products available commercially it is either EAN 8 or EAN 13. To see the breakdown of what an EAN number represents have a look at the following link
http://www.codeproject.com/KB/miscctrl/BarCodeAX.aspx?msg=2580704
Unless the barcode that you are scanning specifically has the expiry date contained in it you will need to load the related information from somewhere else
Upvotes: 2