In grails, If I use dateCreated() instance in domain class then it returns date + time stamp.
If I have to remove time stamp and retrieve only date on view page then is there any method to perform such task without modifying in domain class And also I have grid in my view page in which its showing date+time stamp so I also want to remove time stamp.
In grails, If I use dateCreated() instance in domain class then it returns date
Share
Use the formatDate tag.