DXCluster database date display in a search

You may post here if you are having problems with Winlog32 that others may be able to help you with. You may also report bugs so that the author may act upon them.
Post Reply
kb5iy
New user
Posts: 0
Joined: Wed Feb 14, 2007 1:19 pm

DXCluster database date display in a search

Post 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
Post Reply