I'm trying to display a datetime column from MSSQL. However when I was displaying the date from the database, it appears as this.

There is a .0 at the back of the time. Is there anyway to remove the .0? By the way, I'm using grails. This is my codes, hope you guys can help out over here. :)
def result = sql.rows("select * from user")
def example = sql.rows(query)
[result:result]