Day of the Week Function - Forum

Forum Navigation
You need to log in to create posts and topics.

Day of the Week Function

Is there a Day of the Week function? That is, by using the Date extracted the day of the week like Sunday or Monday...

I seemed to have created one when in Neobook but I uninstalled Neobook from my computer.

I lost the coding of the function I created.

I did some research on this and I guess it is quite involved. Surprised I had created one for one of my apps.

From the Archived NeoBook Forum

 

Weekday from date (returns with the name of days from date):

{NeoBook Function}
Version=5,80
Language=VBScript
Param=[%1]|Number|Date:
Param=[%2]|Variable|Day of the week:
{End}
publication.nbSetVar "[%2]", Weekday("[%1]",0)

My 1000 X devaluated cent,

David de Argentina

@cssystems

There are plugins that allow you to get the day of the week by date.

asDateTime (Andrey Solodyankin)

faDateTime 1.0 (Andrey Frolov)

tmDates 1.01 (Alberto Meyer)

luishp has reacted to this post.
luishp

Download asDateTime.  Is there some documentation on how to use it?

I also realize there is a LOC file to translate to English.

Where should I place it?

@cssystems

The LOC file should be placed in the folder with the VisualNeoWin.exe (or NeoBook.exe) executable file

luishp and Darbdenral have reacted to this post.
luishpDarbdenral

Thank you. I believe I have it working.

No need for how to use it.

Vadim has reacted to this post.
Vadim