I was painstakingly working on this and found that if you use the convert function that it displays the format of the date you want and also allows the grid to not have issues.
CONVERT(varchar(10), GETDATE (), 101)
I did find that GetDate() is working where now() and today() does not work.
Peace!
CONVERT(varchar(10), GETDATE (), 101)