I've got what I think is an interesting question I need a bit of help 
with.  I have a table with a column set to:

        TblSetItemStyle(table, i, 1, dateTableItem);

To display the date type in the column, I do the following -- based 
on example code I got from Rhodes & McKeehan :

        TblSetItemInt(table, row, 1,DateToInt(date));

This displays the date in the table in MM/DD, which is fine for 
Americans who drive on the correct side of the road and read dates 
the right way, but my British customers are understandably upset at 
the inconsistency in my program (which correctly [from their 
perspective] displays dates elsewhere).  Is there any way to get the 
table to do the right thing magically?  Or do I have to make my own 
table style and do it myself?
-- 
------------------------------------------------------------------------------
Michael Hutchens                        PregCalc, Ranson, FloChart
[EMAIL PROTECTED]                         http://www.thenar.com

Please quote previous correspondence when discussing technical support issues.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to