Working out day from date

Hi

I need Notes to work out what day and certain date is and display this in words.

So in one field users would enter 21/04/08 but in another field it would display monday.

Any help would be great. Sorry if the answer is easy but i am a novice when it come to Lotus Notes.

Subject: Working out day from date

Yes, easy, and easily searchable in help. Look up @Weekday in @Functions or Weekday() in Lotus script.

Subject: RE: Working out day from date

Thank-you very much for your help.

Subject: Working out day from date

(“Sunday”:“Monday”:“Tuesday”:“Wednesday”:“Thursday”:“Friday”:“Saturday”)[@Weekday(FieldWithDate)]

Who knew April 08, 2021 would be a Monday! :slight_smile:

Subject: RE: Working out day from date

Thank-you very much for your help. That worked great.