End Google Ads 201810 - BS.net 01 --> I am getting a nullable datetime from the DB and need to store it in as a sortable datetime string but display it in a different datetime string format
ex. get datetime or null from DB and store it as "yyyy-mm-dd" or "" for sorting purposes but then need to convert it to dd-MMM-yyyy or empty in the gridview

any suggestion?