× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2017-06-27T01:08:53Z  · last modified 2017-08-19T20:39:13Z

View as spreadsheet displays a different date format


Dev
Jenny Nishimura
JennyNishimura
QA
Kin-Hong Wong
kin-hong
Priority Low
Complexity Unknown
Component DB - Excel
Version 18.0
Version: 18.0.17
Build #: 54878
Build Date: 2017-Jun-26 07:31:47 AM
 
View as spreadsheet displays a different date format
 
To reproduce:
 
Pre-requisites:
 
Go to File menu->options
Go to Result format option and select SQL Server database
Select datatypes->Date and select format "$#,##0.00;($#,##0.00)". Do the same for Datetime & Timestamp 
Click on ok button 
 
1. Logon to AWS SQL Server v2008 R2 at 1.71 and navigate to AdventureWorksDW and perform 
 
SELECT * FROM [dbo].[i15]
 
2. Click on View as Spreadsheet icon on the results grid.
3. You can see that the output displays May 09, 2017 for Date fields
4. The format of output to Export to Excel was 9/05/2017 up to 18.0.13-7
 
See attached screenshot
 
Expected View as Spreadsheet for Date datatypes should be 9/05/2017 instead of May 09, 2017
 
SQL Script
-----------------
CREATE TABLE [dbo].[i15]  ( 
[int_col]     int NOT NULL,
[date_col]     date NOT NULL,
[datetime_col] datetime NOT NULL,
[time]         timestamp NOT NULL 
)
GO
INSERT INTO [dbo].[i15]([int_col], [date_col], [datetime_col], [time])
  VALUES(0, '2017-05-09', '20170509 10:45:31.0', '00000000000007d2')
GO
INSERT INTO [dbo].[i15]([int_col], [date_col], [datetime_col], [time])
  VALUES(1, '2017-05-09', '20170509 10:45:31.0', '00000000000007d3')
GO

 

3 attachments

Issue #15354

Closed
Fixed
Resolved 2017-08-04T21:19:15Z
 
 
Completion
No due date
Fixed Build ADS 18.0.18-5, 19.0.0-beta-34
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017