Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 06 APR 1998 07:20:50PM Timothy Mead wrote:

Does anyone know of a utility which can be used to determine which day of the week a date falls on. I am using revelation 3.1. Please E-mail me at tmead@gwic.com with suggestions.


At 06 APR 1998 07:37PM Bill Titus wrote:

You can convert MM/DD/YY or MM/DD/YYyY dates to day of the week by first converting to internal format using RBasic as follows:

*

DAYNAMES$=Sun":@fm:"Mon":@fm:"Tues"…..etc.

INTERNAL_DATE$=ICONV(INPUT_DATE$,"D") ; * you provide means of inputing date through MSG or passed parameters

DATE_NAME$=DAYNAMES$

* return date_name$ to calling program or MSG output

Hope this helps!


At 07 APR 1998 10:12AM John Duquette wrote:

There is a www page here that explains the formula to calculate what day (sun…sat) a given date has/will fall on.

John Revelation

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/cfcc7cdda8d49ff6852565de00804020.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1