Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 12 of 12 total
Thread ShortDataFormat error
Wed, Feb 12 2014 11:30 AMPermanent Link

Matthew Jones

> If you're using a different date separator, then you need to set
> that *before* you try to set the date format using the different
> separator:

D'oh!

/Matthew Jones/
Wed, Feb 19 2014 6:41 AMPermanent Link

Ronald

Hi Mattew,

I did not notice your question. You solved it already. I use a special
function to get a date in a special format. I do not want to switch back and
forth with the "systemformat".

Greetings,
Ronald

"Matthew Jones"  schreef in bericht
news:memo.20140212135808.7288D@nothanks.nothanks.co.uk...

The workaround is easy of course:

   FormatSettings.ShortDateFormat := 'yyyy MM dd';
   FormatSettings.DateSeparator := '-';

I guess the assignment of a string is quite complicated really.

/Matthew Jones/
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image