I have an asp.net system that have a PODate field with Datetime value in the database. How do I minus the days left until the delivery arrive. I want to show it in a column in a list view
Example: The date of delivery is on Oct 21. It must show 14 days to go before the delivery arrives.
Can it be done in a select query or it must be done in my visual studio.