Use exibble to create a gt table. Keep only the date and time columns. Format the date column to have dates formatted with the "month_day_year" date style.
Use exibble to create a gt table. Keep only the date and time columns. Format the date column to have mixed date formats (dates after April will be different than the others because of the expressions used in the rows argument).
Use exibble to create another gt table, this time only with the date column. Format the date column to use the "yMMMEd" date style (which is one of the ‘flexible’ styles). Also, set the locale to "nl" to get the dates in Dutch.