i tried this command in SQL before: select item_description, (CURDATE() - item_expired) from Items;
select item_description, (CURDATE() - item_expired) from Items;
I use the command above to find the expiration value