Exemplo n.º 1
0
        public string GetExpireDate()
        {
            string str = "";

            str += expireDate.GetMonth() + "/" + expireDate.GetDate() + "/" + expireDate.GetYear();
            return(str);
        }
Exemplo n.º 2
0
        public string GetProductionDate()
        {
            string str = "";

            str += productionDate.GetMonth() + "/" + productionDate.GetDate() + "/" + productionDate.GetYear();
            return(str);
        }