With Table easiest option could be to overwrite the formatPropertyValue method so that for specific column it’ll give out the date in format you wish. This you can do with SimpleDateFormat for example.
Method will return String which will be positioned to the corresponding cell. This is just the output and should not affect for example the ordering.