It is simple, see this:
{ field: 'createdOn', displayName: 'Created On', width: '180px',
cellTemplate:
"<div class="ngCellText">{{row.entity.createdOn | date:'MM/dd/yy h:mm:ss a'}}</div>" },
That’s it
For more detail about the date format see this