If it's query-based, you can order the query results by date DESCENDING. It they must be in ascending order with the blank dates last, you can do a couple of things:
1. Do a UNION query with the first being "real" dates and the second being blank dates;
2. Add a column to the query that is populated with 1 if the date is filled out and 2 if it isn't. Order by this column first, then the date.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.