Page 1 of 1

DXCluster database date display in a search

Posted: Sat Oct 03, 2009 4:27 am
by kb5iy
When I do an SQL query getting the complete contents and even with a spsecif select with a where statement, I get a date in September displayed as 30/09/2009, but for early October, I get 10/01/2009. The display in the DXCluster window if fine.

======================

;Plugin Commands...
;
;PlugInTitle=TITLEHERE - Title for this Plugin - this appears in the drop down list
;HelpString=HELPME! - Help Information on Plugin
;SQL=SQLQUERY :BOX1: - SQL to execute, use :BOX1: to input numbers, text etc.
;Catagory=Date Specific - Places Plugin in "Date" category.
;ExclusiveDB=LOG - Tablename in database, (appears in Load log window on log database)
; - Leave blank for "(General)"
;Box1Title=LABELHERE - Label to place beside the input (:BOX1:) box
;Box1Type=TEXT/DATE/ETC - Box Type (Not used extensivly yet)


[PluginInfo]
PluginName=DX CLuster database
PluginAuthor=KB5IY
PluginVersion=1.00

[DXCLUSTER1]
PlugInTitle=All DXCluster
SQL=Select * from ALLCLUSTER
Category=DXCLUSTER
ExclusiveDB=CLUSTER
HelpString=ALL with no order by

======================

dale