JB you can try something like this... for example, in the message box:

convert "1918,9,18,0,0,0,0" from dateItems to dateItems
put it

This returns:

1918,9,18,1,0,0,4

Note how it "fixes" the day of the week in the date items to 4 (Wednesday)

Alternatively you can specify the output as something like this:

convert "1918,9,18,0,0,0,0" from dateItems to long date
put it

This returns:

Wednesday, September 18, 1918

But be sure and read the note for convert because I think there are some limitations if you are running on Windows.

--gordy


On Feb 13, 2007, at 14:44, jbv wrote:

Hi all,

Does anyone know of a function to find out, for instance, which day of
the
week was sept. 18th 1918 or which day of week will be dec. 5th 2025 ?

Thanks,
JB

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to