[[https://www.revelation.com/|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]]
==== Is there a tool for reporting which day of the week a given date falls on? (AREV Specific) ====
=== At 06 APR 1998 07:20:50PM Timothy Mead wrote: ===
{{tag>"AREV Specific"}}
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 [url=http://cq-pan.cqu.edu.au/schools/smad/dayoweek.html]here[/url] that explains the formula to calculate what day (sun...sat) a given date has/will fall on.
John Revelation
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=CFCC7CDDA8D49FF6852565DE00804020|View this thread on the forum...]]