i want to perform email functionality in my app.In that in subject i have to add earliest date in database and latest date in database.so how can i get earliest date and latest date from database?I have database fields like
EntryDate which is datetime datatype
Amount
LastEdited with datetime datatype.
i want to perform email functionality in my app.In that in subject i have
Share
You need to run a query to sort date..like
First one will give u oldest date and second will give the latest date.
hope this will help u out.