jbv wrote:
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 ?

function GetWeekday pDate
  set the centurycutoff to (char -2 to -1 of pDate)-1
  convert pDate to dateitems
  return line (last item of pDate) of the weekdayNames
end GetWeekday


To get the day in the user's local language change the last line to:

  return line (last item of pDate) of the system weekdayNames


--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
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