Vincent Kroll <[EMAIL PROTECTED]> wrote: >I need some date informations from the system >(Mac OS X, WINDOWS). For example the name of the day of a given date
In RB's date type .DayOfWeek returns a number from 1 to 7 for the day. I test this with a select case statement to convert it to the day's name. This should work on all platforms. TMJ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
