When I work with databases that have dates in YYYY-MM-DD format the calculations and queries are performed correctly, but when the dataframe is displayed or rendered the date format is displayed in a UNIX format, how can I display the dates in the normal format that is present in the database?
thanks
When I work with databases that have dates in YYYY-MM-DD format the calculations and queries are performed correctly, but when the dataframe is displayed or rendered the date format is displayed in a UNIX format, how can I display the dates in the normal format that is present in the database? thanks