sql query date format
helppp. i have an SQL query in a Thing. Im trying to extract the date from datetime column using Cast but its not working.

helppp. i have an SQL query in a Thing. Im trying to extract the date from datetime column using Cast but its not working.

Hello,
Don't do that. It will almost certainly introduce issues related to timezones and DST, which you'll hate fixing. Instead try to pass those timestamps in complete ISO format (with date, time and zone), and format as dates only when you present them to the end user, e.g. in a mashup or in a CSV file.
/ Constantine
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.