Is there a way to convert '01.01.2007' to date?
thanks
HTH
Ivo
"Cenk" <cenk...@yahoo.com> wrote in message
news:esj9gd$1m802$1...@news.boulder.ibm.com...
Date fromString: '01.01.2007'
I think, that this is part of the WindowBuilder widget extension
and not of the "normal" VisualAge distribution. Actually one should
consider if this routine is locale specific.
You may also have a look at class DataAndTime (the SST kernel extension
has method to parse RFC850 dates).
Marten
You are correct Marten. I'm so used to the "base image" including Window
Builder that I didn't even stop to check, sorry. The routine doesn't
seem to make adjustments for Locales, but it did work with the date as
supplied in the post.
Dan